Undoing more glibc unneeded changes
This commit is contained in:
parent
68a65bcf2a
commit
0af1283e97
@ -5,7 +5,6 @@
|
||||
, profilingLibraries ? false
|
||||
, gccCross ? null
|
||||
, debugSymbols ? false
|
||||
, recentGcc ? true
|
||||
}:
|
||||
|
||||
assert stdenv.gcc.gcc != null;
|
||||
@ -20,7 +19,7 @@ in
|
||||
+ stdenv.lib.optionalString debugSymbols "-debug";
|
||||
|
||||
inherit fetchurl stdenv kernelHeaders installLocales profilingLibraries
|
||||
gccCross recentGcc;
|
||||
gccCross;
|
||||
|
||||
builder = ./builder.sh;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user