mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
norouter: mark broken
Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
This commit is contained in:
parent
2b7586ec7c
commit
e284431937
2 changed files with 4 additions and 5 deletions
|
@ -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;
|
||||
|
|
|
@ -33437,11 +33437,7 @@ with pkgs;
|
|||
|
||||
normalize = callPackage ../applications/audio/normalize { };
|
||||
|
||||
norouter = callPackage ../tools/networking/norouter {
|
||||
# doesn't build with go 1.21
|
||||
# https://github.com/norouter/norouter/issues/165
|
||||
buildGoModule = buildGo120Module;
|
||||
};
|
||||
norouter = callPackage ../tools/networking/norouter { };
|
||||
|
||||
nqptp = callPackage ../tools/networking/nqptp { };
|
||||
|
||||
|
|
Loading…
Reference in a new issue