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

  
              
                                  



                                                        
                                                        
                                                               
 
{
  mkDerivation, lib,
  extra-cmake-modules, kdoctools,
  kcoreaddons, ki18n, kio, kwidgetsaddons, samba
}:

mkDerivation {
  name = "kdenetwork-filesharing";
  meta = {
    license = [ lib.licenses.gpl2 lib.licenses.lgpl21 ];
    maintainers = [ lib.maintainers.ttuegel ];
  };
  nativeBuildInputs = [ extra-cmake-modules kdoctools ];
  buildInputs = [ kcoreaddons ki18n kio kwidgetsaddons samba ];
}