mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-14 19:05:10 -05:00
gnu: xonotic-data: Remove input labels.
* gnu/packages/games.scm (xonotic-data)[native-inputs]: Remove input labels.
This commit is contained in:
parent
12b0258d75
commit
3ec40d0074
1 changed files with 1 additions and 2 deletions
|
@ -7769,8 +7769,7 @@ (define xonotic-data
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1r9pdrrki7mkdw99zh9m7911fqldsfdnl0nrp5cv1bk2hcism4hg"))))
|
(base32 "1r9pdrrki7mkdw99zh9m7911fqldsfdnl0nrp5cv1bk2hcism4hg"))))
|
||||||
(build-system trivial-build-system)
|
(build-system trivial-build-system)
|
||||||
(native-inputs
|
(native-inputs (list unzip))
|
||||||
`(("unzip" ,unzip)))
|
|
||||||
(arguments
|
(arguments
|
||||||
`(#:modules ((guix build utils))
|
`(#:modules ((guix build utils))
|
||||||
#:builder
|
#:builder
|
||||||
|
|
Loading…
Reference in a new issue