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

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