minuet: add missing dependencies to fix build
This commit is contained in:
parent
da1421ffdd
commit
e37e04482b
@ -1,5 +1,5 @@
|
|||||||
{ mkDerivation
|
{ mkDerivation
|
||||||
, lib, extra-cmake-modules
|
, lib, extra-cmake-modules, gettext, python
|
||||||
, drumstick, fluidsynth
|
, drumstick, fluidsynth
|
||||||
, kcoreaddons, kcrash, kdoctools
|
, kcoreaddons, kcrash, kdoctools
|
||||||
, qtquickcontrols2, qtsvg, qttools
|
, qtquickcontrols2, qtsvg, qttools
|
||||||
@ -12,11 +12,13 @@ mkDerivation {
|
|||||||
maintainers = with maintainers; [ peterhoeg ];
|
maintainers = with maintainers; [ peterhoeg ];
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ extra-cmake-modules kdoctools ];
|
nativeBuildInputs = [ extra-cmake-modules gettext kdoctools python ];
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
drumstick fluidsynth
|
drumstick fluidsynth
|
||||||
kcoreaddons kcrash
|
kcoreaddons kcrash
|
||||||
qtquickcontrols2 qtsvg qttools
|
qtquickcontrols2 qtsvg qttools
|
||||||
];
|
];
|
||||||
|
|
||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user