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:
Diego Nicola Barbato 2021-02-25 10:00:13 +01:00 committed by Nicolas Goaziou
parent b851f38a2f
commit 5be7870a8d
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -7293,7 +7293,8 @@ (define-public pioneer
`(#: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