corrscope: Fix ffmpeg package to ffmpeg-full

Otherwise it complains about missing ffplay.
This commit is contained in:
OPNA2608
2021-09-12 21:39:43 +02:00
parent 185c0820f0
commit 271b6edba2
+3 -1
View File
@@ -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 { };