cpio: add debug output
This commit is contained in:
committed by
Jonathan Ringer
parent
4760a907ea
commit
e0d3296bab
@@ -30,6 +30,8 @@ stdenv.mkDerivation rec {
|
||||
})
|
||||
];
|
||||
|
||||
separateDebugInfo = true;
|
||||
|
||||
preConfigure = lib.optionalString stdenv.isCygwin ''
|
||||
sed -i gnu/fpending.h -e 's,include <stdio_ext.h>,,'
|
||||
'';
|
||||
|
||||
Reference in New Issue
Block a user