obs-amf: fix building on unstable

This commit is contained in:
Mateusz Słodkowicz 2024-03-18 11:22:30 +01:00
parent 0a3c2bcbc7
commit e99d631956
Signed by: materus
GPG Key ID: 28D140BCA60B4FD1
1 changed files with 3 additions and 0 deletions

View File

@ -70,6 +70,9 @@ stdenv.mkDerivation rec {
fetchSubmodules = true; fetchSubmodules = true;
}; };
env.NIX_CFLAGS_COMPILE = toString [
"-Wno-error"
];
patches = [ patches = [
./obs-amf-patch.patch # OBS AMF Patch ./obs-amf-patch.patch # OBS AMF Patch
./Enable-file-access-and-universal-access-for-file-URL.patch ./Enable-file-access-and-universal-access-for-file-URL.patch