glibc: use python3Minimal instead of python3
This should improve the speed of bootstrapping process. Cost of evaluation also decreases a bit, but I don't expect that will be significant.
This commit is contained in:
parent
816e214c18
commit
f6519103bf
@ -24,7 +24,7 @@
|
|||||||
, gd ? null, libpng ? null
|
, gd ? null, libpng ? null
|
||||||
, libidn2
|
, libidn2
|
||||||
, bison
|
, bison
|
||||||
, python3
|
, python3Minimal
|
||||||
}:
|
}:
|
||||||
|
|
||||||
{ name
|
{ name
|
||||||
@ -155,7 +155,7 @@ stdenv.mkDerivation ({
|
|||||||
outputs = [ "out" "bin" "dev" "static" ];
|
outputs = [ "out" "bin" "dev" "static" ];
|
||||||
|
|
||||||
depsBuildBuild = [ buildPackages.stdenv.cc ];
|
depsBuildBuild = [ buildPackages.stdenv.cc ];
|
||||||
nativeBuildInputs = [ bison python3 ];
|
nativeBuildInputs = [ bison python3Minimal ];
|
||||||
buildInputs = [ linuxHeaders ] ++ lib.optionals withGd [ gd libpng ];
|
buildInputs = [ linuxHeaders ] ++ lib.optionals withGd [ gd libpng ];
|
||||||
|
|
||||||
# Needed to install share/zoneinfo/zone.tab. Set to impure /bin/sh to
|
# Needed to install share/zoneinfo/zone.tab. Set to impure /bin/sh to
|
||||||
|
Loading…
x
Reference in New Issue
Block a user