me
/
guix
Archived
1
0
Fork 0

gnu: icedove: Use the locale of the system.

* gnu/packages/gnuzilla.scm (icedove-source): Set the intl.locale.requested
option to the empty string.
Maxim Cournoyer 2023-02-13 14:39:35 -05:00
parent acf7d01fc3
commit 74a5634ad8
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 6 additions and 1 deletions

View File

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