norouter: mark broken

Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>

+4 -5
+3
pkgs/tools/networking/norouter/default.nix
··· 27 27 ''; 28 28 29 29 meta = with lib; { 30 + # Doesn't build with Go >=1.21 31 + # https://github.com/norouter/norouter/issues/165 32 + broken = true; 30 33 description = "Tool to handle unprivileged networking by using multiple loopback addresses"; 31 34 homepage = "https://github.com/norouter/norouter"; 32 35 license = licenses.asl20;
+1 -5
pkgs/top-level/all-packages.nix
··· 33437 33437 33438 33438 normalize = callPackage ../applications/audio/normalize { }; 33439 33439 33440 - norouter = callPackage ../tools/networking/norouter { 33441 - # doesn't build with go 1.21 33442 - # https://github.com/norouter/norouter/issues/165 33443 - buildGoModule = buildGo120Module; 33444 - }; 33440 + norouter = callPackage ../tools/networking/norouter { }; 33445 33441 33446 33442 nqptp = callPackage ../tools/networking/nqptp { }; 33447 33443