plasma-integration: add wayland, wayland-protocols, and plasma-wayland-protocols dependencies
This commit is contained in:
parent
08555e82ba
commit
56e942b0ea
1 changed files with 4 additions and 2 deletions
|
@ -2,7 +2,8 @@
|
|||
mkDerivation,
|
||||
extra-cmake-modules,
|
||||
breeze-qt5, kconfig, kconfigwidgets, kiconthemes, kio, knotifications,
|
||||
kwayland, libXcursor, qtquickcontrols2
|
||||
kwayland, libXcursor, qtquickcontrols2, wayland, wayland-protocols,
|
||||
plasma-wayland-protocols
|
||||
}:
|
||||
|
||||
# TODO: install Noto Sans and Oxygen Mono fonts with plasma-integration
|
||||
|
@ -12,6 +13,7 @@ mkDerivation {
|
|||
nativeBuildInputs = [ extra-cmake-modules ];
|
||||
buildInputs = [
|
||||
breeze-qt5 kconfig kconfigwidgets kiconthemes kio knotifications kwayland
|
||||
libXcursor qtquickcontrols2
|
||||
libXcursor qtquickcontrols2 wayland wayland-protocols
|
||||
plasma-wayland-protocols
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue