obs-studio: rename OBS AMF patch

This commit is contained in:
2023-11-22 01:17:16 +01:00
parent f042edd94a
commit 8ce2a96f81
2 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -71,7 +71,7 @@ stdenv.mkDerivation rec {
}; };
patches = [ patches = [
./7206.patch #AMF Patch from arch aur version ./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
./fix-nix-plugin-path.patch ./fix-nix-plugin-path.patch
]; ];