summary refs log tree commit diff
path: root/pkgs/tools/networking/waitron/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/networking/waitron/default.nix')
-rw-r--r--pkgs/tools/networking/waitron/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/networking/waitron/default.nix b/pkgs/tools/networking/waitron/default.nix
index bc52bb33e37..c316e98317e 100644
--- a/pkgs/tools/networking/waitron/default.nix
+++ b/pkgs/tools/networking/waitron/default.nix
@@ -34,6 +34,6 @@ buildGoModule rec {
     license =  licenses.asl20;
     maintainers = with maintainers; [ guibert ];
     platforms = platforms.linux;
-    broken = true; # vendor isn't reproducible with go > 1.17: nix-build -A $name.go-modules --check
+    broken = true; # vendor isn't reproducible with go > 1.17: nix-build -A $name.goModules --check
   };
 }