shotcut: fix reference to ffmpeg in patch (#354862)
This commit is contained in:
@@ -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;
|
||||
})
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user