wireguard-go: mark broken

Signed-off-by: Paul Meyer <katexochen0@gmail.com>
This commit is contained in:
Paul Meyer
2025-03-28 09:02:25 +01:00
parent 23502cd2e9
commit eeb90f652a
2 changed files with 4 additions and 3 deletions

View File

@@ -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;
};
}

View File

@@ -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;