Merge pull request #16682 from Profpatsch/ffmpeg-3

ffmpeg: additional package fixes
This commit is contained in:
Thomas Tuegel 2016-07-03 15:46:03 -05:00 committed by GitHub
commit 6eabbb8715
2 changed files with 4 additions and 1 deletions

View file

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

View file

@ -8997,6 +8997,7 @@ in
vlc = lowPrio (callPackage ../applications/video/vlc {
qt4 = null;
withQt5 = true;
ffmpeg = ffmpeg_2;
});
};