summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrederik Rietdijk <fridh@fridh.nl>2021-03-26 10:58:48 +0100
committerFrederik Rietdijk <fridh@fridh.nl>2021-04-03 17:06:23 +0200
commita1352be6c003e85f7b32f30c5c1fb6a786dbfe96 (patch)
tree6cff39f0862200237993ca3482d201acdd53fa01
parent939a00f04b5493965d1eb6d7d741278137f6b2b6 (diff)
plasma5Packages.discover: use python3
-rw-r--r--pkgs/desktops/plasma-5/discover.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/desktops/plasma-5/discover.nix b/pkgs/desktops/plasma-5/discover.nix
index cf815b808243..75e0fd6917d5 100644
--- a/pkgs/desktops/plasma-5/discover.nix
+++ b/pkgs/desktops/plasma-5/discover.nix
@@ -3,7 +3,7 @@
, extra-cmake-modules
, gettext
, kdoctools
-, python
+, python3
, appstream-qt
, discount
, flatpak
@@ -34,7 +34,7 @@
mkDerivation {
name = "discover";
meta.broken = lib.versionOlder qtbase.version "5.15.0";
- nativeBuildInputs = [ extra-cmake-modules gettext kdoctools python ];
+ nativeBuildInputs = [ extra-cmake-modules gettext kdoctools python3 ];
buildInputs = [
# discount is needed for libmarkdown
appstream-qt