mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-19 08:36:41 +01:00
firefox-bin: allow overriding systemLocale
This commit is contained in:
parent
6158b9ef7c
commit
377898bdc0
1 changed files with 1 additions and 2 deletions
|
@ -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;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue