summary refs log tree commit diff
path: root/pkgs/top-level/go-packages.nix
diff options
context:
space:
mode:
authordevhell <^@regexmail.net>2015-11-07 17:40:20 +0000
committerdevhell <^@regexmail.net>2015-11-07 17:40:20 +0000
commitc5a63bfe7698bb88f396500b7e179e1caadc5387 (patch)
tree72e69f0c153823dd47fee63bd8e01ef930ca0f7f /pkgs/top-level/go-packages.nix
parent310b7e24d24ae9eeb1c86ec8f026e1c2919195c9 (diff)
downloadnixlib-c5a63bfe7698bb88f396500b7e179e1caadc5387.tar
nixlib-c5a63bfe7698bb88f396500b7e179e1caadc5387.tar.gz
nixlib-c5a63bfe7698bb88f396500b7e179e1caadc5387.tar.bz2
nixlib-c5a63bfe7698bb88f396500b7e179e1caadc5387.tar.lz
nixlib-c5a63bfe7698bb88f396500b7e179e1caadc5387.tar.xz
nixlib-c5a63bfe7698bb88f396500b7e179e1caadc5387.tar.zst
nixlib-c5a63bfe7698bb88f396500b7e179e1caadc5387.zip
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!
Diffstat (limited to 'pkgs/top-level/go-packages.nix')
-rw-r--r--pkgs/top-level/go-packages.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/top-level/go-packages.nix b/pkgs/top-level/go-packages.nix
index 7bfbe2fc8aea..d5053af2ceda 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 {