firefox-bin: allow overriding systemLocale

This commit is contained in:
Tomas Hlavaty 2019-03-24 09:32:01 +01:00
parent 6158b9ef7c
commit 377898bdc0

View file

@ -50,6 +50,7 @@
, gnupg
, ffmpeg
, runtimeShell
, systemLocale ? config.i18n.defaultLocale or "en-US"
}:
let
@ -69,8 +70,6 @@ let
sourceMatches = locale: source:
(isPrefixOf source.locale locale) && source.arch == arch;
systemLocale = config.i18n.defaultLocale or "en-US";
policies = {
DisableAppUpdate = true;
};