summary refs log tree commit diff
path: root/pkgs/desktops/plasma-5/kwrited.nix
blob: 18c4a4af8dbcc8bda851d936550cc60ac815abea (plain) (blame)
1
2
3
4
5
6
7
8
9
{ mkDerivation, extra-cmake-modules, kcoreaddons, ki18n, kpty
, knotifications, kdbusaddons
}:

mkDerivation {
  name = "kwrited";
  nativeBuildInputs = [ extra-cmake-modules ];
  propagatedBuildInputs = [ kcoreaddons ki18n kpty knotifications kdbusaddons ];
}