summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorzowoq <59103226+zowoq@users.noreply.github.com>2022-10-25 09:27:07 +1000
committerzowoq <59103226+zowoq@users.noreply.github.com>2022-11-13 09:02:22 +1000
commit2ed9c40c2c0625d2d5caa1792601d8b69eaa84f4 (patch)
treea9848645d5fb45b3d0470367ee51b9248db2fcd7
parent618cb7fa4656473706fa66ceeddc874712e76a1f (diff)
hyprspace: mark broken
-rw-r--r--pkgs/applications/networking/hyprspace/default.nix1
-rw-r--r--pkgs/top-level/all-packages.nix2
2 files changed, 1 insertions, 2 deletions
diff --git a/pkgs/applications/networking/hyprspace/default.nix b/pkgs/applications/networking/hyprspace/default.nix
index 5482ce12e253..69b0f1642334 100644
--- a/pkgs/applications/networking/hyprspace/default.nix
+++ b/pkgs/applications/networking/hyprspace/default.nix
@@ -21,5 +21,6 @@ buildGoModule rec {
license = licenses.asl20;
maintainers = with maintainers; [ yusdacra ];
platforms = platforms.linux ++ platforms.darwin;
+ broken = true; # build fails with go > 1.17
};
}
diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix
index 412479274816..032e55cddf33 100644
--- a/pkgs/top-level/all-packages.nix
+++ b/pkgs/top-level/all-packages.nix
@@ -23738,8 +23738,6 @@ with pkgs;
hyprspace = callPackage ../applications/networking/hyprspace {
inherit (darwin) iproute2mac;
- # pinned due to build failure or vendoring problems. When unpinning double check with: nix-build -A $name.go-modules --rebuild
- buildGoModule = buildGo117Module;
};
ic-keysmith = callPackage ../tools/security/ic-keysmith { };