mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
9 lines
231 B
Nix
9 lines
231 B
Nix
{ plasmaPackage, ecm, kcoreaddons, ki18n, kpty
|
|
, knotifications, kdbusaddons
|
|
}:
|
|
|
|
plasmaPackage {
|
|
name = "kwrited";
|
|
nativeBuildInputs = [ ecm ];
|
|
propagatedBuildInputs = [ kcoreaddons ki18n kpty knotifications kdbusaddons ];
|
|
}
|