ntl: Add darwin support
This commit is contained in:
parent
0371570807
commit
1bfbe76772
@ -20,6 +20,10 @@ stdenv.mkDerivation rec {
|
|||||||
sha256 = "04avzmqflx2a33n7v9jj32g83p7m6z712fg1mw308jk5ca2qp489";
|
sha256 = "04avzmqflx2a33n7v9jj32g83p7m6z712fg1mw308jk5ca2qp489";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
patchPhase = stdenv.lib.optionalString stdenv.isDarwin ''
|
||||||
|
substituteInPlace DoConfig --replace g++ c++
|
||||||
|
'';
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
gmp
|
gmp
|
||||||
];
|
];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user