gnu: cataclysm-dda: Allow localization.

* gnu/packages/games.scm (cataclysm-dda): Allow localization.
master
Nicolas Goaziou 2018-08-15 10:41:48 +02:00
parent d87e547702
commit 28407818c0
No known key found for this signature in database
GPG Key ID: A834B9E080A93738
1 changed files with 2 additions and 1 deletions

View File

@ -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)