mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-24 19:27:44 +01:00
gnu: icedove: Use the locale of the system.
* gnu/packages/gnuzilla.scm (icedove-source): Set the intl.locale.requested option to the empty string.
This commit is contained in:
parent
acf7d01fc3
commit
74a5634ad8
1 changed files with 6 additions and 1 deletions
|
@ -1281,7 +1281,12 @@ (define icedove-source
|
||||||
;; system global application directory, such as the language
|
;; system global application directory, such as the language
|
||||||
;; packs.
|
;; packs.
|
||||||
(("\"extensions.autoDisableScopes\", 15")
|
(("\"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.
|
;; Step out of the directory and create the tarball.
|
||||||
(chdir "..")
|
(chdir "..")
|
||||||
|
|
Loading…
Reference in a new issue