plasma5Packages.discover: use python3
This commit is contained in:
parent
939a00f04b
commit
a1352be6c0
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user