aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimothy Sample <samplet@ngyro.com>2018-12-29 21:42:02 -0500
committerDanny Milosavljevic <dannym@scratchpost.org>2018-12-30 10:20:39 +0100
commit89c8656200a21485fd50fe4d277792d7d56c63e0 (patch)
tree084d7bb8e55d35706b26a8037cc646a62e4469d6
parent92deb5cc920fcc7617302986180f1abee5fd2b26 (diff)
downloadguix-89c8656200a21485fd50fe4d277792d7d56c63e0.tar
guix-89c8656200a21485fd50fe4d277792d7d56c63e0.tar.gz
gnu: gdm: Change locale settings file.
* gnu/packages/gnome.scm (gdm)[arguments]: Set the '--with-lang-file' configure flag to '/etc/environment'. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
-rw-r--r--gnu/packages/gnome.scm4
1 files changed, 4 insertions, 0 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index da12a29879..5fec15b5d5 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -5338,6 +5338,10 @@ libxml2.")
;; script. It provides a generic one if --enable-gdm-xsession is set.
"--enable-gdm-xsession"
+ ;; Use '/etc/environment' for locale settings instead of the
+ ;; systemd-specific '/etc/locale.conf'.
+ "--with-lang-file=/etc/environment"
+
"--localstatedir=/var"
,(string-append "--with-default-path="
(string-join '("/run/setuid-programs"