1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-23 14:11:36 +00:00

ipfs-cluster: Remove go1.14 pinning.

It builds without it, so I think it's just some legacy cruft
This commit is contained in:
Colin L Rice 2020-12-30 00:16:22 -05:00
parent c04fc54d39
commit f7fc3bfd55

View file

@ -4910,9 +4910,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 { };