2017-05-22 21:49:07 +03:00
|
|
|
{
|
|
|
|
mkDerivation,
|
|
|
|
extra-cmake-modules,
|
|
|
|
breeze-qt5, kconfig, kconfigwidgets, kiconthemes, kio, knotifications,
|
2017-10-11 07:29:30 +03:00
|
|
|
kwayland, libXcursor, qtquickcontrols2
|
2016-06-07 00:08:33 +03:00
|
|
|
}:
|
|
|
|
|
|
|
|
# TODO: install Noto Sans and Oxygen Mono fonts with plasma-integration
|
|
|
|
|
2017-05-15 19:44:58 +03:00
|
|
|
mkDerivation {
|
2022-03-07 00:28:56 +03:00
|
|
|
pname = "plasma-integration";
|
2017-05-22 21:49:07 +03:00
|
|
|
nativeBuildInputs = [ extra-cmake-modules ];
|
2016-06-07 00:08:33 +03:00
|
|
|
buildInputs = [
|
2017-05-22 21:49:07 +03:00
|
|
|
breeze-qt5 kconfig kconfigwidgets kiconthemes kio knotifications kwayland
|
2017-10-11 07:29:30 +03:00
|
|
|
libXcursor qtquickcontrols2
|
2016-06-07 00:08:33 +03:00
|
|
|
];
|
|
|
|
}
|