Merge pull request #137562 from OPNA2608/fix/corrscope-ffmpeg/21.11

This commit is contained in:
Sandro 2021-09-12 22:23:32 +02:00 committed by GitHub
commit b3e4cd40a8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -23989,7 +23989,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 { };