Merge pull request #268396 from kirillrdy/norouter

authored by Artturi and committed by GitHub 37ecc26b a6120d25

+5 -3
-2
pkgs/tools/networking/norouter/default.nix
··· 31 homepage = "https://github.com/norouter/norouter"; 32 license = licenses.asl20; 33 maintainers = with maintainers; [ blaggacao ]; 34 - # out is empty 35 - broken = true; 36 }; 37 }
··· 31 homepage = "https://github.com/norouter/norouter"; 32 license = licenses.asl20; 33 maintainers = with maintainers; [ blaggacao ]; 34 }; 35 }
+5 -1
pkgs/top-level/all-packages.nix
··· 33928 33929 normalize = callPackage ../applications/audio/normalize { }; 33930 33931 - norouter = callPackage ../tools/networking/norouter { }; 33932 33933 nqptp = callPackage ../tools/networking/nqptp { }; 33934
··· 33928 33929 normalize = callPackage ../applications/audio/normalize { }; 33930 33931 + norouter = callPackage ../tools/networking/norouter { 33932 + # doesn't build with go 1.21 33933 + # https://github.com/norouter/norouter/issues/165 33934 + buildGoModule = buildGo120Module; 33935 + }; 33936 33937 nqptp = callPackage ../tools/networking/nqptp { }; 33938