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




               




                        
                                                        
                              


                                                                    
 
{ kdeFramework, lib
, ecm
, kconfig
, kcoreaddons
, kcrash
, kdbusaddons
, kwindowsystem
, qtx11extras
}:

kdeFramework {
  name = "kglobalaccel";
  meta = { maintainers = [ lib.maintainers.ttuegel ]; };
  nativeBuildInputs = [ ecm ];
  propagatedBuildInputs = [
    kconfig kcoreaddons kcrash kdbusaddons kwindowsystem qtx11extras
  ];
}