fix gmp on darwin
This commit is contained in:
@@ -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".
|
||||
|
||||
Reference in New Issue
Block a user