solc: add explanation for why not fetchFromGitHub
This commit is contained in:
parent
a63732ef95
commit
63b0e86908
@ -4,6 +4,7 @@ stdenv.mkDerivation rec {
|
|||||||
version = "0.4.6";
|
version = "0.4.6";
|
||||||
name = "solc-${version}";
|
name = "solc-${version}";
|
||||||
|
|
||||||
|
# Cannot use `fetchFromGitHub' because of submodules
|
||||||
src = fetchgit {
|
src = fetchgit {
|
||||||
url = "https://github.com/ethereum/solidity";
|
url = "https://github.com/ethereum/solidity";
|
||||||
rev = "2dabbdf06f414750ef0425c664f861aeb3e470b8";
|
rev = "2dabbdf06f414750ef0425c664f861aeb3e470b8";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user