Unverified Commit 37ecc26b authored by Artturi's avatar Artturi Committed by GitHub
Browse files

Merge pull request #268396 from kirillrdy/norouter

parents a6120d25 9a5c5f6b
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -31,7 +31,5 @@ buildGoModule rec {
    homepage = "https://github.com/norouter/norouter";
    license = licenses.asl20;
    maintainers = with maintainers; [ blaggacao ];
    # out is empty
    broken = true;
  };
}
+5 −1
Original line number Diff line number Diff line
@@ -33928,7 +33928,11 @@ with pkgs;
  normalize = callPackage ../applications/audio/normalize { };
  norouter = callPackage ../tools/networking/norouter { };
  norouter = callPackage ../tools/networking/norouter {
    # doesn't build with go 1.21
    # https://github.com/norouter/norouter/issues/165
    buildGoModule = buildGo120Module;
  };
  nqptp = callPackage ../tools/networking/nqptp { };