2020-04-24 23:36:52 +00:00
|
|
|
{
|
|
|
|
mkDerivation,
|
|
|
|
extra-cmake-modules,
|
|
|
|
breeze-qt5, kconfig, kconfigwidgets, kiconthemes, kio, knotifications,
|
2022-06-16 17:23:12 +00:00
|
|
|
kwayland, libXcursor, qtquickcontrols2, wayland, wayland-protocols,
|
|
|
|
plasma-wayland-protocols
|
2020-04-24 23:36:52 +00:00
|
|
|
}:
|
|
|
|
|
|
|
|
# TODO: install Noto Sans and Oxygen Mono fonts with plasma-integration
|
|
|
|
|
|
|
|
mkDerivation {
|
2022-03-10 19:12:11 +00:00
|
|
|
pname = "plasma-integration";
|
2020-04-24 23:36:52 +00:00
|
|
|
nativeBuildInputs = [ extra-cmake-modules ];
|
|
|
|
buildInputs = [
|
|
|
|
breeze-qt5 kconfig kconfigwidgets kiconthemes kio knotifications kwayland
|
2022-06-16 17:23:12 +00:00
|
|
|
libXcursor qtquickcontrols2 wayland wayland-protocols
|
|
|
|
plasma-wayland-protocols
|
2020-04-24 23:36:52 +00:00
|
|
|
];
|
|
|
|
}
|