obs-studio-plugins.obs-hyperion: move env variable into env for structuredAttrs

This commit is contained in:
Sigmanificient
2026-05-25 16:16:50 +02:00
parent b9a84551f0
commit 2f20355cdd
@@ -43,7 +43,7 @@ stdenv.mkDerivation rec {
"-DUSE_SYSTEM_FLATBUFFERS_LIBS=ON"
];
NIX_CFLAGS_COMPILE = [ "-Wno-error" ];
env.NIX_CFLAGS_COMPILE = toString [ "-Wno-error" ];
preConfigure = ''
rm -rf external/flatbuffers