Updating shotcut to 17.01 and fixing its jobs

This commit is contained in:
Lluís Batlle i Rossell
2017-01-09 21:16:30 +01:00
parent 91686f2d37
commit 8d5b2e66bd
2 changed files with 14 additions and 3 deletions

View File

@@ -33,6 +33,10 @@ stdenv.mkDerivation rec {
wrapProgram $out/bin/melt --prefix FREI0R_PATH : ${frei0r}/lib/frei0r-1
'';
passthru = {
inherit ffmpeg;
};
meta = with stdenv.lib; {
description = "Open source multimedia framework, designed for television broadcasting";
homepage = http://www.mltframework.org/;