mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-16 18:48:27 +00:00
ntl: Add darwin support
This commit is contained in:
parent
0371570807
commit
1bfbe76772
@ -20,6 +20,10 @@ stdenv.mkDerivation rec {
|
||||
sha256 = "04avzmqflx2a33n7v9jj32g83p7m6z712fg1mw308jk5ca2qp489";
|
||||
};
|
||||
|
||||
patchPhase = stdenv.lib.optionalString stdenv.isDarwin ''
|
||||
substituteInPlace DoConfig --replace g++ c++
|
||||
'';
|
||||
|
||||
buildInputs = [
|
||||
gmp
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user