solc: make darwin friendly
This commit is contained in:
parent
b6b335f977
commit
274a71f262
@ -7,7 +7,7 @@
|
|||||||
, python3
|
, python3
|
||||||
, z3Support ? true
|
, z3Support ? true
|
||||||
, z3 ? null
|
, z3 ? null
|
||||||
, cvc4Support ? true
|
, cvc4Support ? gccStdenv.isLinux
|
||||||
, cvc4 ? null
|
, cvc4 ? null
|
||||||
, cln ? null
|
, cln ? null
|
||||||
, gmp ? null
|
, gmp ? null
|
||||||
@ -98,7 +98,6 @@ let
|
|||||||
description = "Compiler for Ethereum smart contract language Solidity";
|
description = "Compiler for Ethereum smart contract language Solidity";
|
||||||
homepage = "https://github.com/ethereum/solidity";
|
homepage = "https://github.com/ethereum/solidity";
|
||||||
license = licenses.gpl3;
|
license = licenses.gpl3;
|
||||||
platforms = with platforms; linux; # darwin is currently broken
|
|
||||||
maintainers = with maintainers; [ dbrock akru lionello sifmelcara ];
|
maintainers = with maintainers; [ dbrock akru lionello sifmelcara ];
|
||||||
inherit version;
|
inherit version;
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user