mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 15:41:48 +00:00
cygwin gnugrep: disable check due to multibyte-white-space
This commit is contained in:
parent
f33f2a7e82
commit
15952587a0
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user