summary refs log blame commit diff
path: root/pkgs/development/libraries/kde-frameworks/kpeople.nix
blob: e10abf6ab627078db160be68ca81cf983c22aadf (plain) (tree)
1
2
3
4
5
6
7
8
9
10
                                                            


                                                     
              
                   
                                                        
                                              

                                                                      
    
 
{ mkDerivation, lib, extra-cmake-modules, kcoreaddons, ki18n
, kitemviews, kservice, kwidgetsaddons, qtdeclarative
}:

mkDerivation {
  name = "kpeople";
  meta = { maintainers = [ lib.maintainers.ttuegel ]; };
  nativeBuildInputs = [ extra-cmake-modules ];
  propagatedBuildInputs = [
    kcoreaddons ki18n kitemviews kservice kwidgetsaddons qtdeclarative
  ];
}