minuet: build requires Qt5.14
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
{ mkDerivation
|
{ mkDerivation, qtbase
|
||||||
, lib, extra-cmake-modules, gettext, python
|
, lib, extra-cmake-modules, gettext, python
|
||||||
, drumstick, fluidsynth
|
, drumstick, fluidsynth
|
||||||
, kcoreaddons, kcrash, kdoctools
|
, kcoreaddons, kcrash, kdoctools
|
||||||
@@ -10,6 +10,7 @@ mkDerivation {
|
|||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
license = with licenses; [ lgpl21 gpl3 ];
|
license = with licenses; [ lgpl21 gpl3 ];
|
||||||
maintainers = with maintainers; [ peterhoeg HaoZeke ];
|
maintainers = with maintainers; [ peterhoeg HaoZeke ];
|
||||||
|
broken = lib.versionOlder qtbase.version "5.14";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ extra-cmake-modules gettext kdoctools python qtdeclarative ];
|
nativeBuildInputs = [ extra-cmake-modules gettext kdoctools python qtdeclarative ];
|
||||||
|
|||||||
Reference in New Issue
Block a user