mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
Merge pull request #137562 from OPNA2608/fix/corrscope-ffmpeg/21.11
This commit is contained in:
commit
b3e4cd40a8
1 changed files with 3 additions and 1 deletions
|
@ -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 { };
|
||||
|
||||
|
|
Loading…
Reference in a new issue