about summary refs log tree commit diff
path: root/pkgs/top-level
diff options
context:
space:
mode:
authorColin L Rice <colin@daedrum.net>2021-01-08 19:30:17 -0500
committerColin L Rice <colin@daedrum.net>2021-01-09 14:48:12 -0500
commiteabc2286e371bc527b2173b78f30fcee8f060bed (patch)
tree8c4fe95dd8135e9050fad49258a16b07ec41d334 /pkgs/top-level
parente1af3f94f783e13a42235bbbe6b1ece79d971f0c (diff)
ipfs-cluster: 0.13.0 -> unstable-2020-10
ipfs-cluster hasn't had a release since may 2020, however go-ipfs needs
to be updated for support with go1.15 and go1.16 (1.14 goes out of
support in february).

I've requested they tag a new revision, but until then we'll have to use
an unstable version.

I've re enabled the tests since they pass and are critical to catch
errors within ipfs-cluster (and in general make maintenance easier). One
test failed, so I manually disabled it via a patch and .Skip()
Diffstat (limited to 'pkgs/top-level')
-rw-r--r--pkgs/top-level/all-packages.nix4
1 files changed, 1 insertions, 3 deletions
diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix
index b07391328dd59..a63f5652991c9 100644
--- a/pkgs/top-level/all-packages.nix
+++ b/pkgs/top-level/all-packages.nix
@@ -4973,9 +4973,7 @@ in
 
   ipfs = callPackage ../applications/networking/ipfs { };
   ipfs-migrator = callPackage ../applications/networking/ipfs-migrator { };
-  ipfs-cluster = callPackage ../applications/networking/ipfs-cluster {
-    buildGoModule = buildGo114Module;
-  };
+  ipfs-cluster = callPackage ../applications/networking/ipfs-cluster { };
 
   ipget = callPackage ../applications/networking/ipget { };