2015-10-10 18:50:36 +02:00
|
|
|
{ plasmaPackage, extra-cmake-modules, kcoreaddons, ki18n, kpty
|
|
|
|
, knotifications, kdbusaddons
|
2015-09-27 17:03:00 +02:00
|
|
|
}:
|
|
|
|
|
2015-09-29 23:58:59 +02:00
|
|
|
plasmaPackage {
|
2015-09-27 17:03:00 +02:00
|
|
|
name = "kwrited";
|
2015-10-10 18:50:36 +02:00
|
|
|
nativeBuildInputs = [ extra-cmake-modules ];
|
|
|
|
buildInputs = [ kcoreaddons kpty knotifications kdbusaddons ];
|
|
|
|
propagatedBuildInputs = [ ki18n ];
|
2015-09-27 17:03:00 +02:00
|
|
|
}
|