elfutils: split outputs
gdb does not need elfutils binaries and only access the libdebuginfod.so
This commit is contained in:
parent
c600d5232d
commit
ad6e13fcfb
1 changed files with 2 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue