obs-amf: fix building on unstable

This commit is contained in:
2024-03-18 11:22:30 +01:00
parent 0a3c2bcbc7
commit e99d631956
+3
View File
@@ -70,6 +70,9 @@ stdenv.mkDerivation rec {
fetchSubmodules = true;
};
env.NIX_CFLAGS_COMPILE = toString [
"-Wno-error"
];
patches = [
./obs-amf-patch.patch # OBS AMF Patch
./Enable-file-access-and-universal-access-for-file-URL.patch