stdenv: eliminate duplicate gnu-config in extraNativeBuildInputs

Accidentally omitted from #237968.
This commit is contained in:
Adam Joseph 2023-06-16 02:33:55 -07:00
parent 7f96673c13
commit b9c1ae2a5f

View file

@ -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: {