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

10 lines
231 B
Nix
Raw Normal View History

2016-07-30 14:36:52 +00:00
{ plasmaPackage, ecm, kcoreaddons, ki18n, kpty
2016-04-21 16:01:22 +00:00
, knotifications, kdbusaddons
}:
plasmaPackage {
name = "kwrited";
2016-07-30 14:36:52 +00:00
nativeBuildInputs = [ ecm ];
propagatedBuildInputs = [ kcoreaddons ki18n kpty knotifications kdbusaddons ];
2016-04-21 16:01:22 +00:00
}