summary refs log tree commit diff
path: root/pkgs/desktops/plasma-5/kactivitymanagerd.nix
blob: d2870c27e6597efcbb1eba7b82f29094ed3923eb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  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
  ];
}