lol

cygwin: disable gnumake check because of hanging test

authored by

Florian Friesdorf and committed by
Rok Garbas
f33f2a7e e45745f1

+2 -2
+2 -2
pkgs/development/tools/build-managers/gnumake/3.82/default.nix
··· 10 10 }; 11 11 12 12 /* On Darwin, there are 3 test failures that haven't been investigated 13 - yet. */ 14 - doCheck = !stdenv.isDarwin && !stdenv.isFreeBSD; 13 + yet. On cygwin at least parallelsim test hangs. */ 14 + doCheck = !stdenv.isDarwin && !stdenv.isFreeBSD && !stdenv.isCygwin; 15 15 16 16 patches = 17 17 [