nixpkgs/pkgs/desktops/plasma-5/kactivitymanagerd.nix
2023-04-10 17:52:43 +02:00

32 lines
408 B
Nix

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