Merge pull request #114929 from helsinki-systems/xdg-desktop-portal-kde-no-py
xdg-desktop-portal-kde: drop unused python dependency
This commit is contained in:
commit
d1da5c7219
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
mkDerivation, lib,
|
mkDerivation, lib,
|
||||||
extra-cmake-modules, gettext, kdoctools, python,
|
extra-cmake-modules, gettext, kdoctools,
|
||||||
cups, epoxy, mesa, pcre, pipewire, wayland, wayland-protocols,
|
cups, epoxy, mesa, pcre, pipewire, wayland, wayland-protocols,
|
||||||
kcoreaddons, knotifications, kwayland, kwidgetsaddons, kwindowsystem,
|
kcoreaddons, knotifications, kwayland, kwidgetsaddons, kwindowsystem,
|
||||||
kirigami2, kdeclarative, plasma-framework, plasma-wayland-protocols, kio,
|
kirigami2, kdeclarative, plasma-framework, plasma-wayland-protocols, kio,
|
||||||
|
@ -10,7 +10,7 @@
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
name = "xdg-desktop-portal-kde";
|
name = "xdg-desktop-portal-kde";
|
||||||
meta.broken = lib.versionOlder qtbase.version "5.15.0";
|
meta.broken = lib.versionOlder qtbase.version "5.15.0";
|
||||||
nativeBuildInputs = [ extra-cmake-modules gettext kdoctools python ];
|
nativeBuildInputs = [ extra-cmake-modules gettext kdoctools ];
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
cups epoxy mesa pcre pipewire wayland wayland-protocols
|
cups epoxy mesa pcre pipewire wayland wayland-protocols
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue