mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 21:33:03 +03:00
ecm: enable on Darwin
This commit is contained in:
parent
7c3253e519
commit
1df505fc36
@ -14,6 +14,9 @@ stdenv.mkDerivation {
|
||||
sha256 = "0v5h2nicz9yx78c2d72plbhi30iq4nxbvphja1s9501db4aah4y8";
|
||||
};
|
||||
|
||||
# See https://trac.sagemath.org/ticket/19233
|
||||
configureFlags = stdenv.lib.optional stdenv.isDarwin "--disable-asm-redc";
|
||||
|
||||
buildInputs = [ m4 gmp ];
|
||||
|
||||
doCheck = true;
|
||||
@ -23,6 +26,6 @@ stdenv.mkDerivation {
|
||||
license = stdenv.lib.licenses.gpl2Plus;
|
||||
homepage = http://ecm.gforge.inria.fr/;
|
||||
maintainers = [ stdenv.lib.maintainers.roconnor ];
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
platforms = with stdenv.lib.platforms; linux ++ darwin;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user