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>master
parent
b851f38a2f
commit
5be7870a8d
|
@ -7293,7 +7293,8 @@ elements to achieve a simple goal in the most complex way possible.")
|
|||
`(#:tests? #f ;tests are broken
|
||||
#:configure-flags (list "-DUSE_SYSTEM_LIBLUA:BOOL=YES"
|
||||
(string-append "-DPIONEER_DATA_DIR="
|
||||
%output "/share/games/pioneer"))))
|
||||
%output "/share/games/pioneer"))
|
||||
#:make-flags (list "all" "build-data")))
|
||||
(home-page "https://pioneerspacesim.net")
|
||||
(synopsis "Game of lonely space adventure")
|
||||
(description
|
||||
|
|
Reference in New Issue