solc: build on both linux and darwin

This commit is contained in:
Daniel Brockman 2017-07-12 16:43:29 +03:00
parent 442d04d1dd
commit cbc54299b3

View File

@ -39,6 +39,7 @@ stdenv.mkDerivation {
longDescription = "This package also includes `lllc', the LLL compiler.";
homepage = https://github.com/ethereum/solidity;
license = stdenv.lib.licenses.gpl3;
platforms = with stdenv.lib.platforms; linux ++ darwin;
maintainers = [ stdenv.lib.maintainers.dbrock ];
inherit version;
};