gomacro: mark broken

The package fails to build with supported Go versions.

Signed-off-by: Paul Meyer <katexochen0@gmail.com>
This commit is contained in:
Paul Meyer
2026-02-23 08:58:15 +01:00
parent 583d90d5a2
commit ef5a21f96f
+3 -5
View File
@@ -1,13 +1,10 @@
{
lib,
# Build fails with Go 1.25, with the following error:
# 'vendor/golang.org/x/tools/internal/tokeninternal/tokeninternal.go:64:9: invalid array length -delta * delta (constant -256 of type int64)'
# Wait for upstream to update their vendored dependencies before unpinning.
buildGo124Module,
buildGoModule,
fetchFromGitHub,
}:
buildGo124Module {
buildGoModule {
pname = "gomacro";
version = "2.7-unstable-2024-01-07";
@@ -28,5 +25,6 @@ buildGo124Module {
homepage = "https://github.com/cosmos72/gomacro";
license = lib.licenses.mpl20;
maintainers = with lib.maintainers; [ shofius ];
broken = true;
};
}