mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-27 08:01:14 +00:00
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";
|
||||
name = "solc-${version}";
|
||||
|
||||
# Cannot use `fetchFromGitHub' because of submodules
|
||||
src = fetchgit {
|
||||
url = "https://github.com/ethereum/solidity";
|
||||
rev = "2dabbdf06f414750ef0425c664f861aeb3e470b8";
|
||||
|
|
Loading…
Reference in a new issue