mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 16:03:23 +00:00
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 New Issue
Block a user