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