libffi: disable tests on FreeBSD as well

There are strange build failures of expect. Ikwildrpepper says the bash
eats all CPU, but the build is stuck.
wip/yesman
Vladimír Čunát 11 years ago
parent 16040297a7
commit 7f7c196912
  1. 2
      pkgs/development/libraries/libffi/default.nix

@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
configureFlags = [ "--with-gcc-arch=generic" ]; # no detection of -march= or -mtune=
doCheck = !stdenv.isDarwin; # until we solve dejagnu problems on darwin
doCheck = stdenv.isLinux; # until we solve dejagnu problems on darwin and expect on BSD
dontStrip = stdenv ? cross; # Don't run the native `strip' when cross-compiling.

Loading…
Cancel
Save