elfutils: always depend on pkg-config (#509848)

This commit is contained in:
Ryan Burns
2026-06-30 20:25:09 +00:00
committed by GitHub
+2 -2
View File
@@ -92,8 +92,8 @@ stdenv.mkDerivation (finalAttrs: {
flex
gettext
bzip2
]
++ lib.optional enableDebuginfod pkg-config;
pkg-config
];
buildInputs = [
zlib
zstd