mkuimage: 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 8904716dd2
commit 583d90d5a2
+3 -5
View File
@@ -1,16 +1,13 @@
{
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,
coreutils,
bash,
stdenv,
}:
buildGo124Module {
buildGoModule {
pname = "mkuimage";
version = "0-unstable-2025-09-05";
@@ -56,5 +53,6 @@ buildGo124Module {
license = lib.licenses.bsd3;
maintainers = with lib.maintainers; [ katexochen ];
mainProgram = "mkuimage";
broken = true;
};
}