summary refs log blame commit diff
path: root/pkgs/desktops/plasma-5/kactivitymanagerd.nix
blob: d2870c27e6597efcbb1eba7b82f29094ed3923eb (plain) (tree)
1
2
3
4
5
6
7
8
9



                                                                     
                                

  
              
                             
                                              
                 
                                                                              
                  

    
{
  mkDerivation,
  extra-cmake-modules,
  boost, kconfig, kcoreaddons, kdbusaddons, ki18n, kio, kglobalaccel,
  kwindowsystem, kxmlgui, kcrash
}:

mkDerivation {
  name = "kactivitymanagerd";
  nativeBuildInputs = [ extra-cmake-modules ];
  buildInputs = [
    boost kconfig kcoreaddons kdbusaddons kglobalaccel ki18n kio kwindowsystem
    kxmlgui kcrash
  ];
}