From c5a63bfe7698bb88f396500b7e179e1caadc5387 Mon Sep 17 00:00:00 2001 From: devhell <^@regexmail.net> Date: Sat, 7 Nov 2015 17:40:20 +0000 Subject: [PATCH] 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! --- pkgs/top-level/go-packages.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/top-level/go-packages.nix b/pkgs/top-level/go-packages.nix index 7bfbe2fc8ae..d5053af2ced 100644 --- a/pkgs/top-level/go-packages.nix +++ b/pkgs/top-level/go-packages.nix @@ -1686,6 +1686,7 @@ let owner = "ipfs"; repo = "go-ipfs"; sha256 = "0g80b65ysj995dj3mkh3lp4v616fzjl7bx2wf14mkxfri4gr5icb"; + disabled = isGo14; }; ldap = buildGoPackage rec {