cygwin: cpio fpending

This commit is contained in:
Florian Friesdorf 2014-10-23 20:10:12 +02:00 committed by Rok Garbas
parent 3961eb8a6c
commit 387ad260c0

View file

@ -27,6 +27,10 @@ stdenv.mkDerivation {
# one "<" and one "&" sign get mangled in the patch
in "cat ${pp} | sed 's/&lt;/</;s/&amp;/\\&/' | 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";