Merge pull request #55521 from HaoZeke/fixMinuet

Fix minuet
This commit is contained in:
xeji
2019-02-24 02:24:50 +01:00
committed by GitHub
+3 -3
View File
@@ -2,17 +2,17 @@
, lib, extra-cmake-modules, gettext, python , lib, extra-cmake-modules, gettext, python
, drumstick, fluidsynth , drumstick, fluidsynth
, kcoreaddons, kcrash, kdoctools , kcoreaddons, kcrash, kdoctools
, qtquickcontrols2, qtsvg, qttools , qtquickcontrols2, qtsvg, qttools, qtdeclarative
}: }:
mkDerivation { mkDerivation {
name = "minuet"; name = "minuet";
meta = with lib; { meta = with lib; {
license = with licenses; [ lgpl21 gpl3 ]; license = with licenses; [ lgpl21 gpl3 ];
maintainers = with maintainers; [ peterhoeg ]; maintainers = with maintainers; [ peterhoeg HaoZeke ];
}; };
nativeBuildInputs = [ extra-cmake-modules gettext kdoctools python ]; nativeBuildInputs = [ extra-cmake-modules gettext kdoctools python qtdeclarative ];
propagatedBuildInputs = [ propagatedBuildInputs = [
drumstick fluidsynth drumstick fluidsynth