Skip to content

Commit 754aa50

Browse files
committed
Korrect: mark as broken on darwin x86_64
For now, until we find the real reason
1 parent f754b35 commit 754aa50

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pkgs/by-name/ko/korrect/package.nix

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
lib,
3+
stdenv,
34
fetchCrate,
45
rustPlatform,
56
}:
@@ -19,6 +20,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
1920
description = "Kubectl version managing shim that invokes the correct kubectl version";
2021
homepage = "https://gitlab.com/cromulentbanana/korrect";
2122
license = lib.licenses.mit;
23+
broken = stdenv.hostPlatform.isDarwin && stdenv.hostPlatform.isx86_64;
2224
maintainers = [ lib.maintainers.dwt ];
2325
};
2426
})

0 commit comments

Comments
 (0)