guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: cataclysm-dda: Allow localization.


From: Nicolas Goaziou
Subject: 01/01: gnu: cataclysm-dda: Allow localization.
Date: Wed, 15 Aug 2018 04:42:58 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 28407818c0be7f3daa01b0c3f736988016ac8bc6
Author: Nicolas Goaziou <address@hidden>
Date:   Wed Aug 15 10:41:48 2018 +0200

    gnu: cataclysm-dda: Allow localization.
    
    * gnu/packages/games.scm (cataclysm-dda): Allow localization.
---
 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 a16ecb8..0e77575 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -199,7 +199,8 @@ settings to tweak as well.")
       (build-system gnu-build-system)
       (arguments
        '(#:make-flags (list (string-append "PREFIX=" (assoc-ref %outputs 
"out"))
-                            "USE_HOME_DIR=1" "DYNAMIC_LINKING=1" "RELEASE=1")
+                            "USE_HOME_DIR=1" "DYNAMIC_LINKING=1" "RELEASE=1"
+                            "LOCALIZE=1" "LANGUAGES=all")
          #:phases
          (modify-phases %standard-phases
            (delete 'configure)



reply via email to

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