minuet: use python3

This commit is contained in:
Frederik Rietdijk 2021-03-26 11:04:07 +01:00
parent eca7165648
commit eed84b9b65

View file

@ -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