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

10 lines
231 B
Nix
Raw Normal View History

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