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

                                                                 
                                                                      
                       



                            
                                                        
                                        
                           

                                                                             
                                                                         
    
 
{ kdeFramework, lib, fetchurl, ecm, kactivities, karchive
, kconfig, kconfigwidgets, kcoreaddons, kdbusaddons, kdeclarative
, kdoctools, kglobalaccel, kguiaddons, ki18n, kiconthemes, kio
, knotifications, kpackage, kservice, kwayland, kwindowsystem, kxmlgui
, qtscript, qtx11extras
}:

kdeFramework {
  name = "plasma-framework";
  meta = { maintainers = [ lib.maintainers.ttuegel ]; };
  nativeBuildInputs = [ ecm kdoctools ];
  propagatedBuildInputs = [
    kactivities karchive kconfig kconfigwidgets kcoreaddons kdbusaddons
    kdeclarative kglobalaccel kguiaddons ki18n kiconthemes kio knotifications
    kpackage kservice kwayland kwindowsystem kxmlgui qtscript qtx11extras
  ];
}