1
0
Fork 1
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:
Daniel Brockman 2016-12-06 13:54:52 +01:00
parent a63732ef95
commit 63b0e86908

View file

@ -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";