gccNGPackages_15.gcc: drop unused libelf
dependency
This mirrors the https://github.com/NixOS/nixpkgs/pull/187234 change where `libelf` was removed from `gcc` packages. `libelf` is not used by `gcc` since `4.6.0` version.
This commit is contained in:
parent
879fae2fb5
commit
6a74f3839d
@ -23,7 +23,6 @@
|
||||
gmp,
|
||||
libmpc,
|
||||
mpfr,
|
||||
libelf,
|
||||
perl,
|
||||
texinfo,
|
||||
which,
|
||||
@ -78,7 +77,6 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
gmp
|
||||
libmpc
|
||||
mpfr
|
||||
libelf
|
||||
]
|
||||
++ lib.optional (isl != null) isl
|
||||
++ lib.optional (zlib != null) zlib;
|
||||
|
Loading…
x
Reference in New Issue
Block a user