From ca5cbf054c44150a74c1c31565019996b1aa9e9c Mon Sep 17 00:00:00 2001 From: Diego Nicola Barbato Date: Thu, 25 Feb 2021 10:00:13 +0100 Subject: [PATCH] gnu: pioneer: Build with model files. Fixes . * gnu/packages/games.scm (pioneer)[arguments]: Add make-flags for building with model files. --- gnu/packages/games.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.31.1