guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: pioneer: Build with model files.


From: guix-commits
Subject: branch master updated: gnu: pioneer: Build with model files.
Date: Wed, 02 Jun 2021 15:41:58 -0400

This is an automated email from the git hooks/post-receive script.

ngz pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 5be7870  gnu: pioneer: Build with model files.
5be7870 is described below

commit 5be7870a8d4a0b27628e9eb6add61ddc5c05f186
Author: Diego Nicola Barbato <dnbarbato@posteo.de>
AuthorDate: Thu Feb 25 10:00:13 2021 +0100

    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>
---
 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 6b16d5b..2eaea58 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]