stdenv: eliminate duplicate gnu-config in extraNativeBuildInputs
Accidentally omitted from #237968.
This commit is contained in:
parent
7f96673c13
commit
b9c1ae2a5f
1 changed files with 1 additions and 3 deletions
|
@ -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: {
|
||||
|
|
Loading…
Reference in a new issue