9f0d9a3b01
Patch contributed by Karn Kallio.
13 lines
195 B
Nix
13 lines
195 B
Nix
{ kde, kdelibs, gettext }:
|
|
|
|
kde {
|
|
|
|
buildInputs = [ kdelibs gettext ];
|
|
|
|
patches = [ ./thumbnailers-add-subdirectory.patch ];
|
|
|
|
meta = {
|
|
description = "PO file format thumbnailer";
|
|
};
|
|
}
|