solc: build on both linux and darwin
This commit is contained in:
parent
442d04d1dd
commit
cbc54299b3
@ -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;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user