1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00
nixpkgs/pkgs/desktops/kde-4.12/kdesdk/kdesdk-thumbnailers.nix

11 lines
139 B
Nix
Raw Normal View History

2014-02-13 02:25:11 +00:00
{ kde, kdelibs, gettext }:
kde {
buildInputs = [ kdelibs gettext ];
meta = {
description = "PO file format thumbnailer";
};
}