obs-studio-plugins.obs-hyperion: move env variable into env for structuredAttrs
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user