step-kms-plugin: move CGO_* env vars into env for structuredAttrs

This commit is contained in:
Stefan Frijters
2026-02-19 18:54:36 +01:00
parent df2b007eb6
commit 516fd8d46b
+1 -1
View File
@@ -42,7 +42,7 @@ buildGoModule rec {
"-X github.com/smallstep/step-kms-plugin/cmd.Version=${version}"
];
CGO_CFLAGS = "-I${lib.getDev pcsclite}/include/PCSC/";
env.CGO_CFLAGS = "-I${lib.getDev pcsclite}/include/PCSC/";
meta = {
description = "Step plugin to manage keys and certificates on cloud KMSs and HSMs";