mirror of https://github.com/materusPL/Nixerus.git
obs-amf: fix building on unstable
This commit is contained in:
parent
0a3c2bcbc7
commit
e99d631956
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue