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

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