2016-07-30 07:36:52 -07:00
|
|
|
{ plasmaPackage, ecm
|
2016-07-10 02:33:21 -07:00
|
|
|
, breeze-qt5, kconfig, kconfigwidgets, kiconthemes, kio, kwayland
|
2016-06-06 14:08:33 -07:00
|
|
|
, libXcursor
|
|
|
|
}:
|
|
|
|
|
|
|
|
# TODO: install Noto Sans and Oxygen Mono fonts with plasma-integration
|
|
|
|
|
|
|
|
plasmaPackage {
|
|
|
|
name = "plasma-integration";
|
|
|
|
nativeBuildInputs = [
|
2016-07-30 07:36:52 -07:00
|
|
|
ecm
|
2016-06-06 14:08:33 -07:00
|
|
|
];
|
|
|
|
buildInputs = [
|
2016-07-10 02:33:21 -07:00
|
|
|
breeze-qt5 kconfig kconfigwidgets kiconthemes kio kwayland
|
2016-06-06 14:08:33 -07:00
|
|
|
libXcursor
|
|
|
|
];
|
|
|
|
}
|