mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
Merge pull request #16682 from Profpatsch/ffmpeg-3
ffmpeg: additional package fixes
This commit is contained in:
commit
6eabbb8715
2 changed files with 4 additions and 1 deletions
|
@ -35,7 +35,9 @@ let
|
|||
baloo-widgets = callPackage ./baloo-widgets.nix {};
|
||||
dolphin = callPackage ./dolphin.nix {};
|
||||
dolphin-plugins = callPackage ./dolphin-plugins.nix {};
|
||||
ffmpegthumbs = callPackage ./ffmpegthumbs.nix {};
|
||||
ffmpegthumbs = callPackage ./ffmpegthumbs.nix {
|
||||
ffmpeg = pkgs.ffmpeg_2;
|
||||
};
|
||||
filelight = callPackage ./filelight.nix {};
|
||||
gpgmepp = callPackage ./gpgmepp.nix {};
|
||||
gwenview = callPackage ./gwenview.nix {};
|
||||
|
|
|
@ -8997,6 +8997,7 @@ in
|
|||
vlc = lowPrio (callPackage ../applications/video/vlc {
|
||||
qt4 = null;
|
||||
withQt5 = true;
|
||||
ffmpeg = ffmpeg_2;
|
||||
});
|
||||
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue