2017-02-26 04:49:15 -08:00
|
|
|
{ plasmaPackage, extra-cmake-modules, kcoreaddons, ki18n, kpty
|
2016-04-21 09:01:22 -07:00
|
|
|
, knotifications, kdbusaddons
|
|
|
|
}:
|
|
|
|
|
|
|
|
plasmaPackage {
|
|
|
|
name = "kwrited";
|
2017-02-26 04:49:15 -08:00
|
|
|
nativeBuildInputs = [ extra-cmake-modules ];
|
2016-04-28 10:57:06 -07:00
|
|
|
propagatedBuildInputs = [ kcoreaddons ki18n kpty knotifications kdbusaddons ];
|
2016-04-21 09:01:22 -07:00
|
|
|
}
|