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
1 changed files with 2 additions and 2 deletions
|
@ -24,7 +24,7 @@
|
|||
, gd ? null, libpng ? null
|
||||
, libidn2
|
||||
, bison
|
||||
, python3
|
||||
, python3Minimal
|
||||
}:
|
||||
|
||||
{ name
|
||||
|
@ -155,7 +155,7 @@ stdenv.mkDerivation ({
|
|||
outputs = [ "out" "bin" "dev" "static" ];
|
||||
|
||||
depsBuildBuild = [ buildPackages.stdenv.cc ];
|
||||
nativeBuildInputs = [ bison python3 ];
|
||||
nativeBuildInputs = [ bison python3Minimal ];
|
||||
buildInputs = [ linuxHeaders ] ++ lib.optionals withGd [ gd libpng ];
|
||||
|
||||
# Needed to install share/zoneinfo/zone.tab. Set to impure /bin/sh to
|
||||
|
|
Loading…
Reference in a new issue