coreutils: add debug output

This commit is contained in:
Alyssa Ross 2022-03-28 15:44:09 +00:00
parent d584935293
commit e30f0f31e8

View file

@ -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