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

  
              
                                    



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

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