about summary refs log tree commit diff
path: root/pkgs/development/compilers/solc
diff options
context:
space:
mode:
authorJonathan Ringer <jonringer117@gmail.com>2021-05-19 09:48:36 -0700
committerJonathan Ringer <jonringer@users.noreply.github.com>2021-05-19 14:08:09 -0700
commit274a71f262bd50cbbbabe484e2430fb2c8480431 (patch)
treea053aaf7104dec1e2e254c524ca5007f2333fb61 /pkgs/development/compilers/solc
parentb6b335f977e61dd0ad72f9439384f68e60a76306 (diff)
solc: make darwin friendly
Diffstat (limited to 'pkgs/development/compilers/solc')
-rw-r--r--pkgs/development/compilers/solc/default.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/pkgs/development/compilers/solc/default.nix b/pkgs/development/compilers/solc/default.nix
index c8f0c50d8a599..c01cc761e8c6e 100644
--- a/pkgs/development/compilers/solc/default.nix
+++ b/pkgs/development/compilers/solc/default.nix
@@ -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;
     };