Skip to content

Commit eeb90f6

Browse files
committed
wireguard-go: mark broken
Signed-off-by: Paul Meyer <[email protected]>
1 parent 23502cd commit eeb90f6

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

pkgs/tools/networking/wireguard-go/default.nix

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,5 +47,8 @@ buildGoModule rec {
4747
zx2c4
4848
];
4949
mainProgram = "wireguard-go";
50+
# Doesn't build with Go toolchain >1.22, build error:
51+
# 'link: golang.org/x/net/internal/socket: invalid reference to syscall.recvmsg'.
52+
broken = true;
5053
};
5154
}

pkgs/top-level/all-packages.nix

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5693,9 +5693,7 @@ with pkgs;
56935693
inherit (darwin.apple_sdk.frameworks) Foundation IOBluetooth;
56945694
};
56955695

5696-
wireguard-go = callPackage ../tools/networking/wireguard-go {
5697-
buildGoModule = buildGo122Module;
5698-
};
5696+
wireguard-go = callPackage ../tools/networking/wireguard-go { };
56995697

57005698
wring = nodePackages.wring;
57015699

0 commit comments

Comments
 (0)