minuet: use python3
This commit is contained in:
parent
eca7165648
commit
eed84b9b65
@ -1,5 +1,5 @@
|
|||||||
{ mkDerivation, qtbase
|
{ mkDerivation, qtbase
|
||||||
, lib, extra-cmake-modules, gettext, python
|
, lib, extra-cmake-modules, gettext, python3
|
||||||
, drumstick, fluidsynth
|
, drumstick, fluidsynth
|
||||||
, kcoreaddons, kcrash, kdoctools
|
, kcoreaddons, kcrash, kdoctools
|
||||||
, qtquickcontrols2, qtsvg, qttools, qtdeclarative
|
, qtquickcontrols2, qtsvg, qttools, qtdeclarative
|
||||||
@ -13,7 +13,7 @@ mkDerivation {
|
|||||||
broken = lib.versionOlder qtbase.version "5.14";
|
broken = lib.versionOlder qtbase.version "5.14";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ extra-cmake-modules gettext kdoctools python qtdeclarative ];
|
nativeBuildInputs = [ extra-cmake-modules gettext kdoctools python3 qtdeclarative ];
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
drumstick fluidsynth
|
drumstick fluidsynth
|
||||||
|
Loading…
Reference in New Issue
Block a user