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