Archived
1
0
Fork 0

gnu: crawl: Remove input labels.

* gnu/packages/games.scm (crawl)[native-inputs, inputs]: Remove labels.
This commit is contained in:
Nicolas Goaziou 2022-02-11 21:05:13 +01:00
parent 59adc621af
commit 32be3791a2
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -6401,18 +6401,15 @@ fish. The whole game is accompanied by quiet, comforting music.")
(patches (search-patches "crawl-upgrade-saves.patch"))))
(build-system gnu-build-system)
(inputs
`(("lua51" ,lua-5.1)
("ncurses" ,ncurses)
("sqlite" ,sqlite)
("zlib" ,zlib)))
(list lua-5.1 ncurses sqlite zlib))
(native-inputs
`(("bash" ,bash-minimal)
("bison" ,bison)
("flex" ,flex)
("perl" ,perl)
("python" ,python-wrapper)
("python-pyyaml" ,python-pyyaml)
("pkg-config" ,pkg-config)))
(list bash-minimal
bison
flex
perl
pkg-config
python-wrapper
python-pyyaml))
(arguments
`(#:make-flags
(let* ((sqlite (assoc-ref %build-inputs "sqlite"))