lol

cpio: add debug output

authored by

Alyssa Ross and committed by
Jonathan Ringer
e0d3296b 4760a907

+2
+2
pkgs/tools/archivers/cpio/default.nix
··· 30 }) 31 ]; 32 33 preConfigure = lib.optionalString stdenv.isCygwin '' 34 sed -i gnu/fpending.h -e 's,include <stdio_ext.h>,,' 35 '';
··· 30 }) 31 ]; 32 33 + separateDebugInfo = true; 34 + 35 preConfigure = lib.optionalString stdenv.isCygwin '' 36 sed -i gnu/fpending.h -e 's,include <stdio_ext.h>,,' 37 '';