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