Skip to content

Commit

Permalink
shotcut: fix reference to ffmpeg in patch (NixOS#354862)
Browse files Browse the repository at this point in the history
  • Loading branch information
fpletz authored Dec 2, 2024
2 parents f5e0837 + 025394c commit 7fe2c82
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkgs/by-name/sh/shotcut/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
cmake,
darwin,
gitUpdater,
ffmpeg,
}:
stdenv.mkDerivation (finalAttrs: {
pname = "shotcut";
Expand Down Expand Up @@ -52,7 +53,7 @@ stdenv.mkDerivation (finalAttrs: {

patches = [
(substituteAll {
inherit mlt;
inherit mlt ffmpeg;
src = ./fix-mlt-ffmpeg-path.patch;
})
];
Expand Down

0 comments on commit 7fe2c82

Please sign in to comment.