mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-29 06:45:54 +03:00
Undoing more glibc unneeded changes
This commit is contained in:
parent
68a65bcf2a
commit
0af1283e97
@ -5,7 +5,6 @@
|
|||||||
, profilingLibraries ? false
|
, profilingLibraries ? false
|
||||||
, gccCross ? null
|
, gccCross ? null
|
||||||
, debugSymbols ? false
|
, debugSymbols ? false
|
||||||
, recentGcc ? true
|
|
||||||
}:
|
}:
|
||||||
|
|
||||||
assert stdenv.gcc.gcc != null;
|
assert stdenv.gcc.gcc != null;
|
||||||
@ -20,7 +19,7 @@ in
|
|||||||
+ stdenv.lib.optionalString debugSymbols "-debug";
|
+ stdenv.lib.optionalString debugSymbols "-debug";
|
||||||
|
|
||||||
inherit fetchurl stdenv kernelHeaders installLocales profilingLibraries
|
inherit fetchurl stdenv kernelHeaders installLocales profilingLibraries
|
||||||
gccCross recentGcc;
|
gccCross;
|
||||||
|
|
||||||
builder = ./builder.sh;
|
builder = ./builder.sh;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user