ipfs: Disable building with Go 1.4

As @domenkozar pointed out, `ipfs` will not build with `Go 1.4`.
However, building with `Go 1.5` works just fine. Thanks again for the
hints Domen!
This commit is contained in:
devhell 2015-11-07 17:40:20 +00:00
parent 310b7e24d2
commit c5a63bfe76

View File

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