step-kms-plugin: fix broken status on darwin (#458225)

This commit is contained in:
Aleksana
2025-11-08 08:00:43 +00:00
committed by GitHub
+2 -2
View File
@@ -42,13 +42,13 @@ buildGoModule rec {
"-X github.com/smallstep/step-kms-plugin/cmd.Version=${version}"
];
CGO_CFLAGS = "-I${lib.getDev pcsclite}/include/PCSC/";
meta = with lib; {
description = "Step plugin to manage keys and certificates on cloud KMSs and HSMs";
homepage = "https://smallstep.com/cli/";
license = licenses.asl20;
maintainers = with maintainers; [ qbit ];
mainProgram = "step-kms-plugin";
# can't find pcsclite header files
broken = stdenv.hostPlatform.isDarwin;
};
}