about summary refs log tree commit diff
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2021-03-03 05:51:08 +0100
committerGitHub <noreply@github.com>2021-03-03 05:51:08 +0100
commitd1da5c7219a7d82fc6aa739484295c18c867245a (patch)
tree0551bb490712e51ee50f29fe120a2bb97d2b7ad5
parent6968b056c58faa5552990ad2950ab469f94e2fcd (diff)
parent57cf15c64d2dd85b0598ae52973069c904d3e4ec (diff)
Merge pull request #114929 from helsinki-systems/xdg-desktop-portal-kde-no-py
xdg-desktop-portal-kde: drop unused python dependency
-rw-r--r--pkgs/desktops/plasma-5/xdg-desktop-portal-kde.nix4
1 files changed, 2 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 2b0450928f5a6..aade506483f8b 100644
--- a/pkgs/desktops/plasma-5/xdg-desktop-portal-kde.nix
+++ b/pkgs/desktops/plasma-5/xdg-desktop-portal-kde.nix
@@ -1,6 +1,6 @@
 {
   mkDerivation, lib,
-  extra-cmake-modules, gettext, kdoctools, python,
+  extra-cmake-modules, gettext, kdoctools,
   cups, epoxy, mesa, pcre, pipewire, wayland, wayland-protocols,
   kcoreaddons, knotifications, kwayland, kwidgetsaddons, kwindowsystem,
   kirigami2, kdeclarative, plasma-framework, plasma-wayland-protocols, kio,
@@ -10,7 +10,7 @@
 mkDerivation {
   name = "xdg-desktop-portal-kde";
   meta.broken = lib.versionOlder qtbase.version "5.15.0";
-  nativeBuildInputs = [ extra-cmake-modules gettext kdoctools python ];
+  nativeBuildInputs = [ extra-cmake-modules gettext kdoctools ];
   buildInputs = [
     cups epoxy mesa pcre pipewire wayland wayland-protocols