corrscope: Fix ffmpeg package to ffmpeg-full
Otherwise it complains about missing ffplay.
This commit is contained in:
@@ -23914,7 +23914,9 @@ with pkgs;
|
||||
inherit (gnome2) libgnomeui GConf;
|
||||
};
|
||||
|
||||
corrscope = libsForQt5.callPackage ../applications/video/corrscope { };
|
||||
corrscope = libsForQt5.callPackage ../applications/video/corrscope {
|
||||
ffmpeg = ffmpeg-full;
|
||||
};
|
||||
|
||||
coreimage = libsForQt5.callPackage ../applications/graphics/coreimage { };
|
||||
|
||||
|
||||
Reference in New Issue
Block a user