Skip to content

Commit

Permalink
Merge pull request #96009 from georgyo/ipfs-pin-go114
Browse files Browse the repository at this point in the history
Ipfs: pin go114
  • Loading branch information
Ma27 committed Aug 22, 2020
2 parents 6a7b110 + 26a6db2 commit d118333
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 0 additions & 2 deletions pkgs/applications/networking/ipfs/default.nix
Expand Up @@ -26,8 +26,6 @@ buildGoModule rec {

vendorSha256 = null;

doCheck = false;

postInstall = ''
install -D misc/systemd/ipfs.service $out/etc/systemd/system/ipfs.service
install -D misc/systemd/ipfs-api.socket $out/etc/systemd/system/ipfs-api.socket
Expand Down
4 changes: 3 additions & 1 deletion pkgs/top-level/all-packages.nix
Expand Up @@ -4507,7 +4507,9 @@ in
iperf3 = callPackage ../tools/networking/iperf/3.nix { };
iperf = iperf3;

ipfs = callPackage ../applications/networking/ipfs { };
ipfs = callPackage ../applications/networking/ipfs {
buildGoModule = buildGo114Module;
};
ipfs-migrator = callPackage ../applications/networking/ipfs-migrator { };
ipfs-cluster = callPackage ../applications/networking/ipfs-cluster { };

Expand Down

0 comments on commit d118333

Please sign in to comment.