mirror of
https://github.com/CHN-beta/nixpkgs.git
synced 2026-01-12 02:40:31 +08:00
nexttrace: unpin Go builder, mark broken on darwin
Seems like upsteam support for Go 1.23 was added in 69588b0d14,
project builds and run the help command.
Signed-off-by: Paul Meyer <katexochen0@gmail.com>
This commit is contained in:
@@ -1,10 +1,11 @@
|
||||
{
|
||||
lib,
|
||||
buildGo122Module,
|
||||
buildGoModule,
|
||||
fetchFromGitHub,
|
||||
stdenv,
|
||||
}:
|
||||
|
||||
buildGo122Module rec {
|
||||
buildGoModule rec {
|
||||
pname = "nexttrace";
|
||||
version = "1.3.5";
|
||||
|
||||
@@ -34,5 +35,8 @@ buildGo122Module rec {
|
||||
license = licenses.gpl3Only;
|
||||
maintainers = with maintainers; [ sharzy ];
|
||||
mainProgram = "nexttrace";
|
||||
# Broken on darwin for Go toolchain > 1.22, with error:
|
||||
# 'link: github.com/nxtrace/NTrace-core/trace/internal: invalid reference to net.internetSocket'
|
||||
broken = stdenv.hostPlatform.isDarwin;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user