lv: move NIX_CFLAGS_COMPILE into env for structuredAttrs

This commit is contained in:
Stefan Frijters
2026-02-19 18:15:04 +01:00
parent 4df684f145
commit f9c3292aad
+1 -1
View File
@@ -25,7 +25,7 @@ stdenv.mkDerivation {
# Upstream needs quite a bit of porting to c23:
# https://github.com/ttdoda/lv/issues/3
NIX_CFLAGS_COMPILE = "-std=gnu17";
env.NIX_CFLAGS_COMPILE = "-std=gnu17";
preAutoreconf = "cd src";
postAutoreconf = "cd ..";