mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 15:11:25 +00:00
pkgs/stdenv/linux/default.nix: restore dropped gcc-wrapper
7459a40
`stdenv-bootstrap: force using new libc from stage2` overrode `gcc-wrapper`.91fa7657
`stdenv: revert gcc hack` dod not restore the initial value. As a result attempt to build glibc-2.35 fails early on perl as: ld: cannot find -lnsl: No such file or directory collect2: error: ld returned 1 exit status I can't compile the test program. (The supplied flags or libraries might be incorrect.) The change restores `gcc-wrapper` as it was before7459a40
.
This commit is contained in:
parent
4757815068
commit
32c30ae43c
@ -230,7 +230,7 @@ in
|
||||
overrides = self: super: {
|
||||
inherit (prevStage)
|
||||
ccWrapperStdenv
|
||||
coreutils gnugrep
|
||||
gcc-unwrapped coreutils gnugrep
|
||||
perl gnum4 bison;
|
||||
dejagnu = super.dejagnu.overrideAttrs (a: { doCheck = false; } );
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user