elfutils: split outputs

gdb does not need elfutils binaries and only access the libdebuginfod.so
This commit is contained in:
Arthur Gautier 2021-02-09 00:22:57 +00:00 committed by Frederik Rietdijk
parent c600d5232d
commit ad6e13fcfb

View file

@ -54,6 +54,8 @@ stdenv.mkDerivation rec {
})
] ++ lib.optional stdenv.hostPlatform.isMusl [ ./musl-error_h.patch ];
outputs = [ "bin" "dev" "out" "man" ];
hardeningDisable = [ "format" ];
# We need bzip2 in NativeInputs because otherwise we can't unpack the src,