gnu: fifengine: Simplify inputs.

* gnu/packages/games.scm (fifengine)[native-inputs]: Remove labels.
This commit is contained in:
Marius Bakke 2021-12-26 00:06:49 +01:00
parent d9aa923dfd
commit 3776668c5e
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -3767,6 +3767,8 @@ (define-public fifengine
(chdir #$(string-append "../" (package-name this-package)
"-" (package-version this-package)))
(invoke "python3" "run_tests.py" "-a")))))))
(native-inputs
(list python swig xorg-server-for-tests))
(inputs
(list sdl2
sdl2-image
@ -3780,10 +3782,6 @@ (define-public fifengine
fifechan
swig
python))
(native-inputs
`(("python" ,python)
("swig" ,swig)
("xvfb" ,xorg-server)))
(propagated-inputs
(list python-future))
(home-page "https://www.fifengine.net/")