summary refs log tree commit diff
path: root/pkgs/desktops/plasma-5/xdg-desktop-portal-kde.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/desktops/plasma-5/xdg-desktop-portal-kde.nix')
-rw-r--r--pkgs/desktops/plasma-5/xdg-desktop-portal-kde.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/desktops/plasma-5/xdg-desktop-portal-kde.nix b/pkgs/desktops/plasma-5/xdg-desktop-portal-kde.nix
index 115c5f2ac71..5fdd6bea464 100644
--- a/pkgs/desktops/plasma-5/xdg-desktop-portal-kde.nix
+++ b/pkgs/desktops/plasma-5/xdg-desktop-portal-kde.nix
@@ -1,13 +1,13 @@
 {
   mkDerivation,
   extra-cmake-modules, gettext, kdoctools, python,
-  kcoreaddons, knotifications
+  kcoreaddons, knotifications, kwayland, kwidgetsaddons
 }:
 
 mkDerivation {
   name = "xdg-desktop-portal-kde";
   nativeBuildInputs = [ extra-cmake-modules gettext kdoctools python ];
   buildInputs = [
-    kcoreaddons knotifications
+    kcoreaddons knotifications kwayland kwidgetsaddons
   ];
 }