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

kde {

  buildInputs = [ kdelibs gettext ];

  patches = [ ./thumbnailers-add-subdirectory.patch ];

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