Merge pull request #10868 from devhell/ipfs

ipfs: Disable building with Go 1.4
This commit is contained in:
Domen Kožar 2015-11-07 18:49:16 +01:00
commit 819a375382

View file

@ -1686,6 +1686,7 @@ let
owner = "ipfs";
repo = "go-ipfs";
sha256 = "0g80b65ysj995dj3mkh3lp4v616fzjl7bx2wf14mkxfri4gr5icb";
disabled = isGo14;
};
ldap = buildGoPackage rec {