From 75db15c41343ca31abe8714e4f20093bd5ce89bf Mon Sep 17 00:00:00 2001 From: Thomas Tuegel Date: Tue, 1 Sep 2020 05:54:30 -0500 Subject: [PATCH] xdg-desktop-portal-kde: add epoxy and mesa inputs --- pkgs/desktops/plasma-5/xdg-desktop-portal-kde.nix | 11 +++++++---- 1 file 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 ]; }