summary refs log tree commit diff
path: root/pkgs/desktops/kde-4.12/kdemultimedia/mplayerthumbs.nix
blob: c88ebcc2a5a3fa277e47caf54d9b91a909d122f3 (plain) (blame)
1
2
3
4
5
6
7
{ kde, kdelibs }:
kde {
  buildInputs = [ kdelibs ];
  meta = {
    description = "a video thumbnail generator for KDE";
  };
}