gnu: pioneer: Build with model files.
Fixes <https://bugs.gnu.org/48686>. * gnu/packages/games.scm (pioneer)[arguments]: Add make-flags for building with model files. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
parent
b851f38a2f
commit
5be7870a8d
1 changed files with 2 additions and 1 deletions
|
@ -7293,7 +7293,8 @@ elements to achieve a simple goal in the most complex way possible.")
|
||||||
`(#:tests? #f ;tests are broken
|
`(#:tests? #f ;tests are broken
|
||||||
#:configure-flags (list "-DUSE_SYSTEM_LIBLUA:BOOL=YES"
|
#:configure-flags (list "-DUSE_SYSTEM_LIBLUA:BOOL=YES"
|
||||||
(string-append "-DPIONEER_DATA_DIR="
|
(string-append "-DPIONEER_DATA_DIR="
|
||||||
%output "/share/games/pioneer"))))
|
%output "/share/games/pioneer"))
|
||||||
|
#:make-flags (list "all" "build-data")))
|
||||||
(home-page "https://pioneerspacesim.net")
|
(home-page "https://pioneerspacesim.net")
|
||||||
(synopsis "Game of lonely space adventure")
|
(synopsis "Game of lonely space adventure")
|
||||||
(description
|
(description
|
||||||
|
|
Reference in a new issue