lepton-eda: move CFLAGS into env for structuredAttrs

This commit is contained in:
Stefan Frijters
2026-02-19 19:23:21 +01:00
parent 37d905ebc0
commit c39b203bfc
+1 -1
View File
@@ -52,7 +52,7 @@ stdenv.mkDerivation rec {
"--with-gtk3"
];
CFLAGS = [
env.CFLAGS = toString [
"-DSCM_DEBUG_TYPING_STRICTNESS=2"
];