mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-20 12:42:24 +00:00
minuet: add missing dependencies to fix build
This commit is contained in:
parent
da1421ffdd
commit
e37e04482b
|
@ -1,5 +1,5 @@
|
|||
{ mkDerivation
|
||||
, lib, extra-cmake-modules
|
||||
, lib, extra-cmake-modules, gettext, python
|
||||
, drumstick, fluidsynth
|
||||
, kcoreaddons, kcrash, kdoctools
|
||||
, qtquickcontrols2, qtsvg, qttools
|
||||
|
@ -12,11 +12,13 @@ mkDerivation {
|
|||
maintainers = with maintainers; [ peterhoeg ];
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ extra-cmake-modules kdoctools ];
|
||||
nativeBuildInputs = [ extra-cmake-modules gettext kdoctools python ];
|
||||
|
||||
propagatedBuildInputs = [
|
||||
drumstick fluidsynth
|
||||
kcoreaddons kcrash
|
||||
qtquickcontrols2 qtsvg qttools
|
||||
];
|
||||
|
||||
enableParallelBuilding = true;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue