gawk: Remove now-unneeded Cygwin patch.

This commit is contained in:
Ludovic Courtès
2013-03-21 14:27:07 +01:00
parent 770741b5b4
commit 31c513d4b7
2 changed files with 1 additions and 76 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ stdenv.mkDerivation rec {
sha256 = "04vd0axif762mf781pj3days6ilv2333b9zi9c50y5mma66g5q91";
};
patches = stdenv.lib.optional stdenv.isCygwin [ ./cygwin-identifiers.patch ];
patches = [];
doCheck = !stdenv.isCygwin; # XXX: `test-dup2' segfaults on Cygwin 6.1