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.nix11
1 files changed, 7 insertions, 4 deletions
diff --git a/pkgs/desktops/plasma-5/xdg-desktop-portal-kde.nix b/pkgs/desktops/plasma-5/xdg-desktop-portal-kde.nix
index 8e2fd6ff0b1..c03c6a89161 100644
--- a/pkgs/desktops/plasma-5/xdg-desktop-portal-kde.nix
+++ b/pkgs/desktops/plasma-5/xdg-desktop-portal-kde.nix
@@ -1,15 +1,18 @@
 {
   mkDerivation,
   extra-cmake-modules, gettext, kdoctools, python,
-  kcoreaddons, knotifications, kwayland, kwidgetsaddons, kwindowsystem, kirigami2, kdeclarative, plasma-framework,
-  cups, pcre, pipewire, kio
+  cups, epoxy, mesa, pcre, pipewire,
+  kcoreaddons, knotifications, kwayland, kwidgetsaddons, kwindowsystem,
+  kirigami2, kdeclarative, plasma-framework, kio
 }:
 
 mkDerivation {
   name = "xdg-desktop-portal-kde";
   nativeBuildInputs = [ extra-cmake-modules gettext kdoctools python ];
   buildInputs = [
-    cups pcre pipewire kio
-    kcoreaddons knotifications kwayland kwidgetsaddons kwindowsystem kirigami2 kdeclarative plasma-framework
+    cups epoxy mesa pcre pipewire
+
+    kio kcoreaddons knotifications kwayland kwidgetsaddons kwindowsystem
+    kirigami2 kdeclarative plasma-framework
   ];
 }