mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-29 06:45:54 +03:00
minuet: Fix build
This commit is contained in:
parent
0f6cf5fefe
commit
5ab9f63c6c
@ -2,7 +2,7 @@
|
||||
, lib, extra-cmake-modules, gettext, python
|
||||
, drumstick, fluidsynth
|
||||
, kcoreaddons, kcrash, kdoctools
|
||||
, qtquickcontrols2, qtsvg, qttools
|
||||
, qtquickcontrols2, qtsvg, qttools, qtdeclarative
|
||||
}:
|
||||
|
||||
mkDerivation {
|
||||
@ -12,7 +12,7 @@ mkDerivation {
|
||||
maintainers = with maintainers; [ peterhoeg ];
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ extra-cmake-modules gettext kdoctools python ];
|
||||
nativeBuildInputs = [ extra-cmake-modules gettext kdoctools python qtdeclarative ];
|
||||
|
||||
propagatedBuildInputs = [
|
||||
drumstick fluidsynth
|
||||
|
Loading…
Reference in New Issue
Block a user