mirror of
https://github.com/CHN-beta/nixpkgs.git
synced 2026-01-12 02:40:31 +08:00
@@ -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;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -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 { };
|
||||
|
||||
|
||||
Reference in New Issue
Block a user