summary refs log tree commit diff
path: root/gnu/packages/games.scm
diff options
context:
space:
mode:
authorDiego Nicola Barbato <dnbarbato@posteo.de>2021-02-25 10:00:13 +0100
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2021-06-02 21:38:32 +0200
commit5be7870a8d4a0b27628e9eb6add61ddc5c05f186 (patch)
tree051f04d30a80afc7f72813dadf4f6171520c56ec /gnu/packages/games.scm
parentb851f38a2f2a7bd10b8e25736c4e0e59d0bb3c45 (diff)
downloadguix-5be7870a8d4a0b27628e9eb6add61ddc5c05f186.tar.gz
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>
Diffstat (limited to 'gnu/packages/games.scm')
-rw-r--r--gnu/packages/games.scm3
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index 6b16d5bc8a..2eaea5868e 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -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