mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 06:00:33 +03:00
calamares-cd: default supporting all locales
This commit is contained in:
parent
40ade45200
commit
f4e541427e
1 changed files with 5 additions and 0 deletions
|
@ -16,5 +16,10 @@ in
|
||||||
calamares-nixos-extensions
|
calamares-nixos-extensions
|
||||||
# Needed for calamares QML module packagechooserq
|
# Needed for calamares QML module packagechooserq
|
||||||
libsForQt5.full
|
libsForQt5.full
|
||||||
|
# Get list of locales
|
||||||
|
glibcLocales
|
||||||
];
|
];
|
||||||
|
|
||||||
|
# Support choosing from any locale
|
||||||
|
i18n.supportedLocales = [ "all" ];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue