about summary refs log tree commit diff
path: root/pkgs/applications/networking/hyprspace
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 /pkgs/applications/networking/hyprspace
parent618cb7fa4656473706fa66ceeddc874712e76a1f (diff)
hyprspace: mark broken
Diffstat (limited to 'pkgs/applications/networking/hyprspace')
-rw-r--r--pkgs/applications/networking/hyprspace/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/networking/hyprspace/default.nix b/pkgs/applications/networking/hyprspace/default.nix
index 5482ce12e253c..69b0f1642334d 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
   };
 }