2017-02-26 12:49:15 +00:00
|
|
|
{ plasmaPackage, extra-cmake-modules
|
2016-07-10 09:33:21 +00:00
|
|
|
, breeze-qt5, kconfig, kconfigwidgets, kiconthemes, kio, kwayland
|
2016-06-06 21:08:33 +00:00
|
|
|
, libXcursor
|
|
|
|
}:
|
|
|
|
|
|
|
|
# TODO: install Noto Sans and Oxygen Mono fonts with plasma-integration
|
|
|
|
|
|
|
|
plasmaPackage {
|
|
|
|
name = "plasma-integration";
|
|
|
|
nativeBuildInputs = [
|
2017-02-26 12:49:15 +00:00
|
|
|
extra-cmake-modules
|
2016-06-06 21:08:33 +00:00
|
|
|
];
|
|
|
|
buildInputs = [
|
2016-07-10 09:33:21 +00:00
|
|
|
breeze-qt5 kconfig kconfigwidgets kiconthemes kio kwayland
|
2016-06-06 21:08:33 +00:00
|
|
|
libXcursor
|
|
|
|
];
|
|
|
|
}
|