shotcut: fix reference to ffmpeg in patch

This commit is contained in:
Eli Hedges
2024-12-02 12:00:13 +01:00
committed by Franz Pletz
parent d4f2666ce0
commit 025394c3f6
+2 -1
View File
@@ -15,6 +15,7 @@
cmake,
darwin,
gitUpdater,
ffmpeg,
}:
stdenv.mkDerivation (finalAttrs: {
pname = "shotcut";
@@ -52,7 +53,7 @@ stdenv.mkDerivation (finalAttrs: {
patches = [
(substituteAll {
inherit mlt;
inherit mlt ffmpeg;
src = ./fix-mlt-ffmpeg-path.patch;
})
];