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

              
                                                



                                    



                                              
                                              
                                                      
 
{
  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 ];
}