mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 15:56:50 +01:00
coreutils: add debug output
This commit is contained in:
parent
d584935293
commit
e30f0f31e8
1 changed files with 1 additions and 0 deletions
|
@ -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 a new issue