Merge pull request #10868 from devhell/ipfs
ipfs: Disable building with Go 1.4
This commit is contained in:
commit
819a375382
|
@ -1686,6 +1686,7 @@ let
|
||||||
owner = "ipfs";
|
owner = "ipfs";
|
||||||
repo = "go-ipfs";
|
repo = "go-ipfs";
|
||||||
sha256 = "0g80b65ysj995dj3mkh3lp4v616fzjl7bx2wf14mkxfri4gr5icb";
|
sha256 = "0g80b65ysj995dj3mkh3lp4v616fzjl7bx2wf14mkxfri4gr5icb";
|
||||||
|
disabled = isGo14;
|
||||||
};
|
};
|
||||||
|
|
||||||
ldap = buildGoPackage rec {
|
ldap = buildGoPackage rec {
|
||||||
|
|
Loading…
Reference in New Issue