summary refs log tree commit diff
path: root/pkgs/desktops
diff options
context:
space:
mode:
authorThomas Tuegel <ttuegel@mailbox.org>2020-09-01 05:54:30 -0500
committerThomas Tuegel <ttuegel@mailbox.org>2020-09-01 05:54:30 -0500
commit75db15c41343ca31abe8714e4f20093bd5ce89bf (patch)
tree1a49ffb4cfcd15c61255aa03b8e0cd4a5044f977 /pkgs/desktops
parent18dd58a1dff5d7a236383954e7447ec9038023c0 (diff)
downloadnixpkgs-75db15c41343ca31abe8714e4f20093bd5ce89bf.tar
nixpkgs-75db15c41343ca31abe8714e4f20093bd5ce89bf.tar.gz
nixpkgs-75db15c41343ca31abe8714e4f20093bd5ce89bf.tar.bz2
nixpkgs-75db15c41343ca31abe8714e4f20093bd5ce89bf.tar.lz
nixpkgs-75db15c41343ca31abe8714e4f20093bd5ce89bf.tar.xz
nixpkgs-75db15c41343ca31abe8714e4f20093bd5ce89bf.tar.zst
nixpkgs-75db15c41343ca31abe8714e4f20093bd5ce89bf.zip
xdg-desktop-portal-kde: add epoxy and mesa inputs
Diffstat (limited to 'pkgs/desktops')
-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
   ];
 }