Merge pull request #96009 from georgyo/ipfs-pin-go114

Ipfs: pin go114
This commit is contained in:
Maximilian Bosch 2020-08-22 23:15:15 +02:00 committed by GitHub
commit d1183332d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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 { };