2017-05-22 19:49:07 +01:00
|
|
|
{
|
|
|
|
mkDerivation,
|
|
|
|
extra-cmake-modules,
|
|
|
|
breeze-qt5, kconfig, kconfigwidgets, kiconthemes, kio, knotifications,
|
|
|
|
kwayland, libXcursor
|
2016-06-06 22:08:33 +01:00
|
|
|
}:
|
|
|
|
|
|
|
|
# TODO: install Noto Sans and Oxygen Mono fonts with plasma-integration
|
|
|
|
|
2017-05-15 17:44:58 +01:00
|
|
|
mkDerivation {
|
2016-06-06 22:08:33 +01:00
|
|
|
name = "plasma-integration";
|
2017-05-22 19:49:07 +01:00
|
|
|
nativeBuildInputs = [ extra-cmake-modules ];
|
2016-06-06 22:08:33 +01:00
|
|
|
buildInputs = [
|
2017-05-22 19:49:07 +01:00
|
|
|
breeze-qt5 kconfig kconfigwidgets kiconthemes kio knotifications kwayland
|
2016-06-06 22:08:33 +01:00
|
|
|
libXcursor
|
|
|
|
];
|
|
|
|
}
|