Skip to content

Commit

Permalink
Merge pull request #238072 from amjoseph-nixpkgs/pr/stdenv/update-gnu…
Browse files Browse the repository at this point in the history
…-config-unconditionally+

stdenv: eliminate duplicate gnu-config in extraNativeBuildInputs
  • Loading branch information
wegank authored Jun 16, 2023
2 parents 7f96673 + b9c1ae2 commit 1e37ab7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions pkgs/stdenv/linux/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -645,12 +645,10 @@ in
++ [ linuxHeaders # propagated from .dev
binutils gcc gcc.cc gcc.cc.lib gcc.expand-response-params gcc.cc.libgcc glibc.passthru.libgcc
]
++ lib.optionals (!localSystem.isx86 || localSystem.libc == "musl")
[ prevStage.updateAutotoolsGnuConfigScriptsHook prevStage.gnu-config ]
++ [ prevStage.updateAutotoolsGnuConfigScriptsHook prevStage.gnu-config ]
++ (with gcc-unwrapped.passthru; [
gmp libmpc mpfr isl
])
++ [ prevStage.gnu-config ]
;

overrides = self: super: {
Expand Down

0 comments on commit 1e37ab7

Please sign in to comment.