guix-commits
[Top][All Lists]
Advanced

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

08/10: gnu: icedove: Use the locale of the system.


From: guix-commits
Subject: 08/10: gnu: icedove: Use the locale of the system.
Date: Sun, 19 Feb 2023 20:04:37 -0500 (EST)

apteryx pushed a commit to branch master
in repository guix.

commit 74a5634ad839884767f4c3ce9d84ba80fa7e3053
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Mon Feb 13 14:39:35 2023 -0500

    gnu: icedove: Use the locale of the system.
    
    * gnu/packages/gnuzilla.scm (icedove-source): Set the intl.locale.requested
    option to the empty string.
---
 gnu/packages/gnuzilla.scm | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/gnuzilla.scm b/gnu/packages/gnuzilla.scm
index b7a96a880e..b48d71bc37 100644
--- a/gnu/packages/gnuzilla.scm
+++ b/gnu/packages/gnuzilla.scm
@@ -1281,7 +1281,12 @@ list of languages supported as well as the currently 
used changeset."
                  ;; system global application directory, such as the language
                  ;; packs.
                  (("\"extensions.autoDisableScopes\", 15")
-                  "\"extensions.autoDisableScopes\", 3"))
+                  "\"extensions.autoDisableScopes\", 3")
+
+                 ;; Set the default locale to that of the operating system.
+                 ((".*extensions.autoDisableScopes.*" anchor)
+                  (string-append anchor
+                                 "pref(\"intl.locale.requested\", \"\");\n")))
 
                ;; Step out of the directory and create the tarball.
                (chdir "..")



reply via email to

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