mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
stdenv: linux: inherit autoconf269 at stage2/stage3
autoconf269 was being rebuilt at stages 2 and 3. It is used only as a native build input (to regenerate `configure` scripts in autotools-using packages); its outputs never appear in the final stdenv's runtime closure. Inheriting it from prevStage at stage2 and stage3 collapses 2 -> 1 build. Build-only dependency, safe with respect to the `disallowedRequisites` check on the final stdenv-linux.
This commit is contained in:
parent
4df3376569
commit
f40b936a86
1 changed files with 2 additions and 0 deletions
|
|
@ -459,6 +459,7 @@ in
|
|||
texinfo
|
||||
which
|
||||
nukeReferences
|
||||
autoconf269
|
||||
;
|
||||
|
||||
# Avoids infinite recursion, as this is in the build-time dependencies of libc.
|
||||
|
|
@ -568,6 +569,7 @@ in
|
|||
libunistring
|
||||
libxcrypt
|
||||
nukeReferences
|
||||
autoconf269
|
||||
;
|
||||
# We build a special copy of libgmp which doesn't use libstdc++, because
|
||||
# xgcc++'s libstdc++ references the bootstrap-files (which is what
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue