solc: make darwin friendly

Changed files
+1 -2
pkgs
development
compilers
+1 -2
pkgs/development/compilers/solc/default.nix
···
, python3
, z3Support ? true
, z3 ? null
-
, cvc4Support ? true
+
, cvc4Support ? gccStdenv.isLinux
, cvc4 ? null
, cln ? null
, gmp ? null
···
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;
};