xdg-desktop-portal-kde: broken with Qt < 5.15

This commit is contained in:
Thomas Tuegel 2020-12-05 14:55:12 -06:00
parent 9ff903326d
commit 716218a2b7
No known key found for this signature in database
GPG key ID: 22CBF5249D4B4D59

View file

@ -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