glibc: remove installLocales argument

Since we now install a sane default this should be no longer necessary.
If it is still needed, it should be easy enough to do this in an overlay.
This commit is contained in:
Jörg Thalheim
2019-01-22 22:08:30 +00:00
parent 2bfa8747f7
commit 5e24fccba4
4 changed files with 3 additions and 11 deletions
+1 -2
View File
@@ -1,6 +1,5 @@
{ stdenv, callPackage
, withLinuxHeaders ? true
, installLocales ? true
, profilingLibraries ? false
, withGd ? false
}:
@@ -8,7 +7,7 @@
callPackage ./common.nix { inherit stdenv; } {
name = "glibc" + stdenv.lib.optionalString withGd "-gd";
inherit withLinuxHeaders profilingLibraries installLocales withGd;
inherit withLinuxHeaders profilingLibraries withGd;
# Note:
# Things you write here override, and do not add to,