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