cygwin gnugrep: disable check due to multibyte-white-space

This commit is contained in:
Florian Friesdorf
2015-05-28 10:53:36 +02:00
committed by Rok Garbas
parent f33f2a7e82
commit 15952587a0
+2 -1
View File
@@ -14,7 +14,8 @@ stdenv.mkDerivation {
buildInputs = [ pcre libiconv ];
doCheck = !stdenv.isDarwin;
# cygwin: FAIL: multibyte-white-space
doCheck = !stdenv.isDarwin && !stdenv.isCygwin;
# On Mac OS X, force use of mkdir -p, since Grep's fallback
# (./install-sh) is broken.