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

This commit is contained in:
Florian Friesdorf 2014-10-24 02:58:58 +02:00 committed by Rok Garbas
parent f33f2a7e82
commit 15952587a0

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.