3
0
Fork 0
forked from mirrors/nixpkgs

gnumake: disable test suite on FreeBSD

One test fails, unfortunately, but I'm not sure what to do about it.
This commit is contained in:
Peter Simons 2013-03-25 12:37:13 +01:00
parent 03149a85dc
commit ac86eed59c

View file

@ -11,7 +11,7 @@ stdenv.mkDerivation {
/* On Darwin, there are 3 test failures that haven't been investigated
yet. */
doCheck = !stdenv.isDarwin;
doCheck = !stdenv.isDarwin && !stdenv.isFreeBSD;
patches =
[