nixpkgs/pkgs/desktops/kde-5/plasma-5.6/kwrited.nix
2016-04-30 12:20:40 -05: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 ];
}