Skip to content

Commit

Permalink
ipget: Build with go 1.12
Browse files Browse the repository at this point in the history
  • Loading branch information
adisbladis committed Sep 5, 2019
1 parent f942702 commit 416d11b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4036,9 +4036,7 @@ in
ipfs-migrator = callPackage ../applications/networking/ipfs-migrator { };
ipfs-cluster = callPackage ../applications/networking/ipfs-cluster { };

ipget = callPackage ../applications/networking/ipget {
buildGoPackage = buildGo110Package;
};
ipget = callPackage ../applications/networking/ipget { };

ipmitool = callPackage ../tools/system/ipmitool {
openssl = openssl_1_0_2;
Expand Down

0 comments on commit 416d11b

Please sign in to comment.