nixpkgs/pkgs/desktops/kde-4.10/kdesdk/kdesdk-thumbnailers.nix

11 lines
159 B
Nix
Raw Normal View History

{ kde, kdelibs, gettext }:
kde {
#todo: doesn't build
buildInputs = [ kdelibs gettext ];
meta = {
description = "PO file format thumbnailer";
};
}