summary refs log blame commit diff
path: root/pkgs/desktops/kde-5/applications/kdegraphics-thumbnailers.nix
blob: cddf064e47b7b29211ce7608647d62bcf9666f9e (plain) (tree)
1
2
3
4
5
6
7
8
9
10









                                    



                                              





                           
 
{ kdeApp
, lib
, extra-cmake-modules
, kio
, libkexiv2
, libkdcraw
}:

kdeApp {
  name = "kdegraphics-thumbnailers";
  meta = {
    license = [ lib.licenses.lgpl21 ];
    maintainers = [ lib.maintainers.ttuegel ];
  };
  nativeBuildInputs = [
    extra-cmake-modules
  ];
  propagatedBuildInputs = [
    kio libkexiv2 libkdcraw
  ];
}