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


                                



                                    



                                              

                                                      
 
{
  kdeApp, lib,
  ecm, kio, libkexiv2, libkdcraw
}:

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