about summary refs log tree commit diff
path: root/pkgs/tools
diff options
context:
space:
mode:
authorPaul Meyer <49727155+katexochen@users.noreply.github.com>2024-03-11 18:27:52 +0100
committerPaul Meyer <49727155+katexochen@users.noreply.github.com>2024-03-19 11:10:28 +0100
commite284431937fe39799a9fbc734cb151b6d6b7b589 (patch)
tree3b5266d7571dca4c310f5958bcfcb8f5aeb628bd /pkgs/tools
parent2b7586ec7c1f6c88c775e4399880be0321a14cd4 (diff)
norouter: mark broken
Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
Diffstat (limited to 'pkgs/tools')
-rw-r--r--pkgs/tools/networking/norouter/default.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkgs/tools/networking/norouter/default.nix b/pkgs/tools/networking/norouter/default.nix
index 3513cb0cdfbc8..efc50fbad2ad0 100644
--- a/pkgs/tools/networking/norouter/default.nix
+++ b/pkgs/tools/networking/norouter/default.nix
@@ -27,6 +27,9 @@ buildGoModule rec {
   '';
 
   meta = with lib; {
+    # Doesn't build with Go >=1.21
+    # https://github.com/norouter/norouter/issues/165
+    broken = true;
     description = "Tool to handle unprivileged networking by using multiple loopback addresses";
     homepage = "https://github.com/norouter/norouter";
     license = licenses.asl20;