nixpkgs/pkgs/desktops/plasma-5/kwrited.nix
2017-02-27 11:49:46 -06:00

10 lines
263 B
Nix

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