gtypist: move CFLAGS into env for structuredAttrs

This commit is contained in:
Stefan Frijters
2026-02-19 19:23:20 +01:00
parent 538403df1f
commit ee0f68dd7f
+1 -1
View File
@@ -18,7 +18,7 @@ stdenv.mkDerivation (finalAttrs: {
hash = "sha256-ymGAVOkfHtXvBD/MQ1ALutcByVnDGETUaI/yKEmsJS0=";
};
CFLAGS = "-std=gnu99";
env.CFLAGS = "-std=gnu99";
nativeBuildInputs = [ makeWrapper ];