aboutsummaryrefslogtreecommitdiff
path: root/pkgs/desktops/plasma-5
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/plasma-5
parent18dd58a1dff5d7a236383954e7447ec9038023c0 (diff)
xdg-desktop-portal-kde: add epoxy and mesa inputs
Diffstat (limited to 'pkgs/desktops/plasma-5')
-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 8e2fd6ff0b19..c03c6a891614 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
];
}