nixpkgs/pkgs/desktops/plasma-5.4/kwrited.nix

11 lines
284 B
Nix
Raw Normal View History

2015-10-10 18:50:36 +02:00
{ plasmaPackage, extra-cmake-modules, kcoreaddons, ki18n, kpty
, knotifications, kdbusaddons
2015-09-27 17:03:00 +02:00
}:
plasmaPackage {
2015-09-27 17:03:00 +02:00
name = "kwrited";
2015-10-10 18:50:36 +02:00
nativeBuildInputs = [ extra-cmake-modules ];
buildInputs = [ kcoreaddons kpty knotifications kdbusaddons ];
propagatedBuildInputs = [ ki18n ];
2015-09-27 17:03:00 +02:00
}