pigpio: move env variable into env for structuredAttrs (#521580)

This commit is contained in:
Doron Behar
2026-05-18 14:01:34 +00:00
committed by GitHub
+1 -1
View File
@@ -26,7 +26,7 @@ mkDerivation rec {
hash = "sha256-Z+SwUlBbtWtnbjTe0IghR3gIKS43ZziN0amYtmXy7HE=";
};
NIX_CFLAGS_COMPILE = "-std=gnu17";
env.NIX_CFLAGS_COMPILE = "-std=gnu17";
nativeBuildInputs = [
cmake