1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00
nixpkgs/pkgs/desktops/plasma-5/kwrited.nix

10 lines
263 B
Nix
Raw Normal View History

{ plasmaPackage, extra-cmake-modules, kcoreaddons, ki18n, kpty
2016-04-21 17:01:22 +01:00
, knotifications, kdbusaddons
}:
plasmaPackage {
name = "kwrited";
nativeBuildInputs = [ extra-cmake-modules ];
propagatedBuildInputs = [ kcoreaddons ki18n kpty knotifications kdbusaddons ];
2016-04-21 17:01:22 +01:00
}