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:
parent
03149a85dc
commit
ac86eed59c
|
@ -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 =
|
||||
[
|
||||
|
|
Loading…
Reference in a new issue