fix gmp on darwin

This commit is contained in:
Eric Seidel
2015-02-03 15:18:28 -08:00
parent 4a467ec02b
commit cbd446d465
2 changed files with 20 additions and 0 deletions
+2
View File
@@ -12,6 +12,8 @@ stdenv.mkDerivation (rec {
nativeBuildInputs = [ m4 ];
patches = if stdenv.isDarwin then [ ./need-size-t.patch ] else null;
configureFlags =
# Build a "fat binary", with routines for several sub-architectures
# (x86), except on Solaris where some tests crash with "Memory fault".