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
|
/* On Darwin, there are 3 test failures that haven't been investigated
|
||||||
yet. */
|
yet. */
|
||||||
doCheck = !stdenv.isDarwin;
|
doCheck = !stdenv.isDarwin && !stdenv.isFreeBSD;
|
||||||
|
|
||||||
patches =
|
patches =
|
||||||
[
|
[
|
||||||
|
Loading…
x
Reference in New Issue
Block a user