Skip to content

Commit

Permalink
shotcut: fix melt path
Browse files Browse the repository at this point in the history
closes #104666
  • Loading branch information
woffs committed Nov 24, 2020
1 parent 58f29d3 commit a21a641
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/applications/video/shotcut/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ mkDerivation rec {
];

prePatch = ''
sed 's_shotcutPath, "qmelt"_"${mlt}/bin/melt"_' -i src/jobs/meltjob.cpp
sed 's_shotcutPath, "melt"_"${mlt}/bin/melt"_' -i src/jobs/meltjob.cpp
sed 's_shotcutPath, "ffmpeg"_"${mlt.ffmpeg}/bin/ffmpeg"_' -i src/jobs/ffmpegjob.cpp
sed 's_qApp->applicationDirPath(), "ffmpeg"_"${mlt.ffmpeg}/bin/ffmpeg"_' -i src/docks/encodedock.cpp
NICE=$(type -P nice)
Expand Down

0 comments on commit a21a641

Please sign in to comment.