mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-17 08:58:31 +00:00
coreutils: add debug output
This commit is contained in:
parent
d584935293
commit
e30f0f31e8
@ -82,6 +82,7 @@ stdenv.mkDerivation (rec {
|
||||
'');
|
||||
|
||||
outputs = [ "out" "info" ];
|
||||
separateDebugInfo = true;
|
||||
|
||||
nativeBuildInputs = [ perl xz.bin autoreconfHook ] # autoreconfHook is due to patch, normally only needed for cygwin
|
||||
++ optionals stdenv.hostPlatform.isCygwin [ texinfo ]; # due to patch
|
||||
|
Loading…
Reference in New Issue
Block a user