summaryrefslogtreecommitdiffstats
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.nix12
1 files changed, 7 insertions, 5 deletions
diff --git a/pkgs/desktops/plasma-5/xdg-desktop-portal-kde.nix b/pkgs/desktops/plasma-5/xdg-desktop-portal-kde.nix
index c03c6a891614..2b0450928f5a 100644
--- a/pkgs/desktops/plasma-5/xdg-desktop-portal-kde.nix
+++ b/pkgs/desktops/plasma-5/xdg-desktop-portal-kde.nix
@@ -1,18 +1,20 @@
{
- mkDerivation,
+ mkDerivation, lib,
extra-cmake-modules, gettext, kdoctools, python,
- cups, epoxy, mesa, pcre, pipewire,
+ cups, epoxy, mesa, pcre, pipewire, wayland, wayland-protocols,
kcoreaddons, knotifications, kwayland, kwidgetsaddons, kwindowsystem,
- kirigami2, kdeclarative, plasma-framework, kio
+ kirigami2, kdeclarative, plasma-framework, plasma-wayland-protocols, kio,
+ qtbase
}:
mkDerivation {
name = "xdg-desktop-portal-kde";
+ meta.broken = lib.versionOlder qtbase.version "5.15.0";
nativeBuildInputs = [ extra-cmake-modules gettext kdoctools python ];
buildInputs = [
- cups epoxy mesa pcre pipewire
+ cups epoxy mesa pcre pipewire wayland wayland-protocols
kio kcoreaddons knotifications kwayland kwidgetsaddons kwindowsystem
- kirigami2 kdeclarative plasma-framework
+ kirigami2 kdeclarative plasma-framework plasma-wayland-protocols
];
}