summary refs log tree commit diff
path: root/pkgs/desktops/kde-4.10/kdesdk/kdesdk-thumbnailers.nix
blob: 782ef72ce5aa0f248475e967ad0d4e44f4328be4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
{ kde, kdelibs, gettext }:

kde {
#todo: doesn't build
  buildInputs = [ kdelibs gettext ];

  meta = {
    description = "PO file format thumbnailer";
  };
}