mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 07:23:20 +00:00
libffi: disable doCheck on darwin until we fix dejagnu build
This commit is contained in:
parent
90575ababb
commit
e12c5deabe
@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
configureFlags = [ "--with-gcc-arch=generic" ]; # no detection of -march= or -mtune=
|
||||
|
||||
doCheck = true;
|
||||
doCheck = !stdenv.isDarwin; # until we solve dejagnu problems on darwin
|
||||
|
||||
dontStrip = stdenv ? cross; # Don't run the native `strip' when cross-compiling.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user