plasma5Packages.discover: use python3

This commit is contained in:
Frederik Rietdijk 2021-03-26 10:58:48 +01:00
parent 939a00f04b
commit a1352be6c0

View file

@ -3,7 +3,7 @@
, extra-cmake-modules , extra-cmake-modules
, gettext , gettext
, kdoctools , kdoctools
, python , python3
, appstream-qt , appstream-qt
, discount , discount
, flatpak , flatpak
@ -34,7 +34,7 @@
mkDerivation { mkDerivation {
name = "discover"; name = "discover";
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 python3 ];
buildInputs = [ buildInputs = [
# discount is needed for libmarkdown # discount is needed for libmarkdown
appstream-qt appstream-qt