xdg-desktop-portal-kde: add epoxy and mesa inputs

This commit is contained in:
Thomas Tuegel 2020-09-01 05:54:30 -05:00
parent 18dd58a1df
commit 75db15c413
No known key found for this signature in database
GPG Key ID: 22CBF5249D4B4D59

View File

@ -1,15 +1,18 @@
{ {
mkDerivation, mkDerivation,
extra-cmake-modules, gettext, kdoctools, python, extra-cmake-modules, gettext, kdoctools, python,
kcoreaddons, knotifications, kwayland, kwidgetsaddons, kwindowsystem, kirigami2, kdeclarative, plasma-framework, cups, epoxy, mesa, pcre, pipewire,
cups, pcre, pipewire, kio kcoreaddons, knotifications, kwayland, kwidgetsaddons, kwindowsystem,
kirigami2, kdeclarative, plasma-framework, kio
}: }:
mkDerivation { mkDerivation {
name = "xdg-desktop-portal-kde"; name = "xdg-desktop-portal-kde";
nativeBuildInputs = [ extra-cmake-modules gettext kdoctools python ]; nativeBuildInputs = [ extra-cmake-modules gettext kdoctools python ];
buildInputs = [ buildInputs = [
cups pcre pipewire kio cups epoxy mesa pcre pipewire
kcoreaddons knotifications kwayland kwidgetsaddons kwindowsystem kirigami2 kdeclarative plasma-framework
kio kcoreaddons knotifications kwayland kwidgetsaddons kwindowsystem
kirigami2 kdeclarative plasma-framework
]; ];
} }