plasma5Packages.discover: use python3

This commit is contained in:
Frederik Rietdijk
2021-04-03 17:06:23 +02:00
parent 939a00f04b
commit a1352be6c0
+2 -2
View File
@@ -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