elfutils: split outputs
gdb does not need elfutils binaries and only access the libdebuginfod.so
This commit is contained in:
parent
c600d5232d
commit
ad6e13fcfb
@ -54,6 +54,8 @@ stdenv.mkDerivation rec {
|
|||||||
})
|
})
|
||||||
] ++ lib.optional stdenv.hostPlatform.isMusl [ ./musl-error_h.patch ];
|
] ++ lib.optional stdenv.hostPlatform.isMusl [ ./musl-error_h.patch ];
|
||||||
|
|
||||||
|
outputs = [ "bin" "dev" "out" "man" ];
|
||||||
|
|
||||||
hardeningDisable = [ "format" ];
|
hardeningDisable = [ "format" ];
|
||||||
|
|
||||||
# We need bzip2 in NativeInputs because otherwise we can't unpack the src,
|
# We need bzip2 in NativeInputs because otherwise we can't unpack the src,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user