biome: 1.9.2 -> 1.9.3
[NixPkgs.git] / pkgs / desktops / plasma-5 / plasma-integration / default.nix
blob51a66bcc0d8c834a9c591703abe14c56623eed91
1 { mkDerivation
2 , extra-cmake-modules
3 , wayland-scanner
4 , breeze-qt5
5 , kconfig
6 , kconfigwidgets
7 , kiconthemes
8 , kio
9 , knotifications
10 , kwayland
11 , libXcursor
12 , qtquickcontrols2
13 , wayland
14 , wayland-protocols
15 , plasma-wayland-protocols
18 # TODO: install Noto Sans and Oxygen Mono fonts with plasma-integration
20 mkDerivation {
21   pname = "plasma-integration";
22   nativeBuildInputs = [ extra-cmake-modules wayland-scanner ];
23   buildInputs = [
24     breeze-qt5
25     kconfig
26     kconfigwidgets
27     kiconthemes
28     kio
29     knotifications
30     kwayland
31     libXcursor
32     qtquickcontrols2
33     wayland
34     wayland-protocols
35     plasma-wayland-protocols
36   ];
38   meta = {
39     description = "Set of plugins responsible for better integration of Qt applications when running on a KDE Plasma workspace";
40     homepage = "https://invent.kde.org/plasma/plasma-integration";
41   };