cygwin: gnutar fpending

This commit is contained in:
Florian Friesdorf 2014-10-16 02:52:47 +02:00 committed by Rok Garbas
parent 6756d7cdf8
commit 3961eb8a6c

View File

@ -24,6 +24,10 @@ stdenv.mkDerivation rec {
# cannot be used as a login shell for now.
FORCE_UNSAFE_CONFIGURE = stdenv.lib.optionalString (stdenv.system == "armv7l-linux" || stdenv.isSunOS) "1";
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/tar/;
description = "GNU implementation of the `tar' archiver";