Merge pull request #58197 from tohl/firefox-bin-systemLocale

firefox-bin with overrideable locale, tested on nixos x86_64
This commit is contained in:
Silvan Mosberger
2019-03-26 06:01:19 +01:00
committed by GitHub

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;
};