forked from mirrors/nixpkgs
ffmpeg: additional package fixes
Some KDE packages don’t yet work with ffmpeg-3.
This commit is contained in:
parent
0056f5a6d4
commit
994c81c391
|
@ -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