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