mpir: fix darwin
This commit is contained in:
parent
ca26ea50d6
commit
93deff3962
|
@ -11,7 +11,8 @@ stdenv.mkDerivation rec {
|
||||||
sha256 = "1fvmhrqdjs925hzr2i8bszm50h00gwsh17p2kn2pi51zrxck9xjj";
|
sha256 = "1fvmhrqdjs925hzr2i8bszm50h00gwsh17p2kn2pi51zrxck9xjj";
|
||||||
};
|
};
|
||||||
|
|
||||||
configureFlags = [ "--enable-cxx" "--enable-fat" ];
|
configureFlags = [ "--enable-cxx" ]
|
||||||
|
++ lib.optionals stdenv.isLinux [ "--enable-fat" ];
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
inherit version;
|
inherit version;
|
||||||
|
|
Loading…
Reference in New Issue