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

  
              
                                   
          
                                        

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

mkDerivation {
  pname = "kdegraphics-mobipocket";
  meta = {
    license = [ lib.licenses.gpl2Plus ];
    maintainers = [ lib.maintainers.ttuegel ];
  };
  nativeBuildInputs = [ extra-cmake-modules ];
  buildInputs = [ kio ];
  outputs = [ "out" "dev" ];
}