mirror of
https://github.com/CHN-beta/nixpkgs.git
synced 2026-01-12 02:40:31 +08:00
wireguard-go: mark broken
Signed-off-by: Paul Meyer <katexochen0@gmail.com>
This commit is contained in:
@@ -47,5 +47,8 @@ buildGoModule rec {
|
||||
zx2c4
|
||||
];
|
||||
mainProgram = "wireguard-go";
|
||||
# Doesn't build with Go toolchain >1.22, build error:
|
||||
# 'link: golang.org/x/net/internal/socket: invalid reference to syscall.recvmsg'.
|
||||
broken = true;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -5693,9 +5693,7 @@ with pkgs;
|
||||
inherit (darwin.apple_sdk.frameworks) Foundation IOBluetooth;
|
||||
};
|
||||
|
||||
wireguard-go = callPackage ../tools/networking/wireguard-go {
|
||||
buildGoModule = buildGo122Module;
|
||||
};
|
||||
wireguard-go = callPackage ../tools/networking/wireguard-go { };
|
||||
|
||||
wring = nodePackages.wring;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user