lv: move NIX_CFLAGS_COMPILE into env for structuredAttrs (#492181)

This commit is contained in:
Yohann Boniface
2026-02-20 21:17:18 +00:00
committed by GitHub
+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 ..";