libffi: disable doCheck on darwin until we fix dejagnu build

+1 -1
+1 -1
pkgs/development/libraries/libffi/default.nix
··· 12 12 13 13 configureFlags = [ "--with-gcc-arch=generic" ]; # no detection of -march= or -mtune= 14 14 15 - doCheck = true; 15 + doCheck = !stdenv.isDarwin; # until we solve dejagnu problems on darwin 16 16 17 17 dontStrip = stdenv ? cross; # Don't run the native `strip' when cross-compiling. 18 18