obs-studio-plugins.obs-hyperion: fix build

This commit is contained in:
Franz Pletz
2025-03-08 21:51:40 +01:00
parent a64e65b586
commit 4b64906ce9
@@ -43,6 +43,8 @@ stdenv.mkDerivation rec {
"-DUSE_SYSTEM_FLATBUFFERS_LIBS=ON"
];
NIX_CFLAGS_COMPILE = [ "-Wno-error" ];
preConfigure = ''
rm -rf external/flatbuffers
'';