pingu: mark broken

Signed-off-by: Paul Meyer <katexochen0@gmail.com>
This commit is contained in:
Paul Meyer
2025-03-28 08:54:49 +01:00
parent 307365acaa
commit 9216f2e485
2 changed files with 4 additions and 3 deletions

View File

@@ -23,5 +23,8 @@ buildGoModule rec {
license = licenses.mit;
maintainers = with maintainers; [ CactiChameleon9 ];
mainProgram = "pingu";
# Doesn't build with Go toolchain >1.22, build error:
# 'link: golang.org/x/net/internal/socket: invalid reference to syscall.recvmsg'.
broken = true;
};
}

View File

@@ -4874,9 +4874,7 @@ with pkgs;
pinentry_mac = callPackage ../tools/security/pinentry/mac.nix { };
pingu = callPackage ../tools/networking/pingu {
buildGoModule = buildGo122Module;
};
pingu = callPackage ../tools/networking/pingu { };
pinnwand = callPackage ../servers/pinnwand { };