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