diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2018-08-15 10:41:48 +0200 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2018-08-15 10:41:48 +0200 |
commit | 28407818c0be7f3daa01b0c3f736988016ac8bc6 (patch) | |
tree | 94efbe220bccb2b64905698b723a2173e1ce7e46 /gnu/packages/games.scm | |
parent | d87e547702bcffdf0eb3948409a94f146538afb8 (diff) | |
download | patches-28407818c0be7f3daa01b0c3f736988016ac8bc6.tar patches-28407818c0be7f3daa01b0c3f736988016ac8bc6.tar.gz |
gnu: cataclysm-dda: Allow localization.
* gnu/packages/games.scm (cataclysm-dda): Allow localization.
Diffstat (limited to 'gnu/packages/games.scm')
-rw-r--r-- | gnu/packages/games.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index a16ecb81a8..0e7757511b 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) |