coreutils: add debug output

This commit is contained in:
Alyssa Ross
2022-03-28 22:22:39 +00:00
parent d584935293
commit e30f0f31e8
+1
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