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.";
|
longDescription = "This package also includes `lllc', the LLL compiler.";
|
||||||
homepage = https://github.com/ethereum/solidity;
|
homepage = https://github.com/ethereum/solidity;
|
||||||
license = stdenv.lib.licenses.gpl3;
|
license = stdenv.lib.licenses.gpl3;
|
||||||
|
platforms = with stdenv.lib.platforms; linux ++ darwin;
|
||||||
maintainers = [ stdenv.lib.maintainers.dbrock ];
|
maintainers = [ stdenv.lib.maintainers.dbrock ];
|
||||||
inherit version;
|
inherit version;
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user