gccNGPackages_15.gcc: drop unused libelf dependency (#425849)

This commit is contained in:
John Ericson
2025-07-16 13:35:22 -04:00
committed by GitHub
@@ -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;