summary refs log tree commit diff
path: root/pkgs/desktops/plasma-5
diff options
context:
space:
mode:
authorThomas Tuegel <ttuegel@mailbox.org>2020-12-05 14:55:12 -0600
committerThomas Tuegel <ttuegel@mailbox.org>2020-12-12 16:06:39 -0600
commit716218a2b7ac49634f00f5958c691052db7826b0 (patch)
treec4f08075bc9bcf48f0569bbd2f34ae4573fc1284 /pkgs/desktops/plasma-5
parent9ff903326d9fdf0b0f7dc583db0f7e085661d50b (diff)
downloadnixpkgs-716218a2b7ac49634f00f5958c691052db7826b0.tar
nixpkgs-716218a2b7ac49634f00f5958c691052db7826b0.tar.gz
nixpkgs-716218a2b7ac49634f00f5958c691052db7826b0.tar.bz2
nixpkgs-716218a2b7ac49634f00f5958c691052db7826b0.tar.lz
nixpkgs-716218a2b7ac49634f00f5958c691052db7826b0.tar.xz
nixpkgs-716218a2b7ac49634f00f5958c691052db7826b0.tar.zst
nixpkgs-716218a2b7ac49634f00f5958c691052db7826b0.zip
xdg-desktop-portal-kde: broken with Qt < 5.15
Diffstat (limited to 'pkgs/desktops/plasma-5')
-rw-r--r--pkgs/desktops/plasma-5/xdg-desktop-portal-kde.nix6
1 files changed, 4 insertions, 2 deletions
diff --git a/pkgs/desktops/plasma-5/xdg-desktop-portal-kde.nix b/pkgs/desktops/plasma-5/xdg-desktop-portal-kde.nix
index 0c060f19ac9..2b0450928f5 100644
--- a/pkgs/desktops/plasma-5/xdg-desktop-portal-kde.nix
+++ b/pkgs/desktops/plasma-5/xdg-desktop-portal-kde.nix
@@ -1,13 +1,15 @@
 {
-  mkDerivation,
+  mkDerivation, lib,
   extra-cmake-modules, gettext, kdoctools, python,
   cups, epoxy, mesa, pcre, pipewire, wayland, wayland-protocols,
   kcoreaddons, knotifications, kwayland, kwidgetsaddons, kwindowsystem,
-  kirigami2, kdeclarative, plasma-framework, plasma-wayland-protocols, 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 wayland wayland-protocols