forked from mirrors/nixpkgs
cygwin: cpio fpending
This commit is contained in:
parent
3961eb8a6c
commit
387ad260c0
|
@ -27,6 +27,10 @@ stdenv.mkDerivation {
|
|||
# one "<" and one "&" sign get mangled in the patch
|
||||
in "cat ${pp} | sed 's/</</;s/&/\\&/' | patch -p1";
|
||||
|
||||
preConfigure = if stdenv.isCygwin then ''
|
||||
sed -i gnu/fpending.h -e 's,include <stdio_ext.h>,,'
|
||||
'' else null;
|
||||
|
||||
meta = {
|
||||
homepage = http://www.gnu.org/software/cpio/;
|
||||
description = "A program to create or extract from cpio archives";
|
||||
|
|
Loading…
Reference in a new issue