about summary refs log tree commit diff
path: root/nixpkgs/pkgs/desktops/plasma-5/kwrited.nix
blob: 2ce029be9de8bee269559a1183fba26c9470a50f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{ mkDerivation
, extra-cmake-modules
, kcoreaddons
, kdbusaddons
, ki18n
, knotifications
, kpty
, qtbase
}:

mkDerivation {
  pname = "kwrited";
  nativeBuildInputs = [ extra-cmake-modules ];
  buildInputs = [ kcoreaddons kdbusaddons ki18n knotifications kpty qtbase ];
}