solc: make darwin friendly

master
Jonathan Ringer 2021-05-19 09:48:36 -07:00 committed by Jonathan Ringer
parent b6b335f977
commit 274a71f262
1 changed files with 1 additions and 2 deletions

View File

@ -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;
};