minuet: add missing dependencies to fix build

+4 -2
+4 -2
pkgs/applications/kde/minuet.nix
··· 1 1 { mkDerivation 2 - , lib, extra-cmake-modules 2 + , lib, extra-cmake-modules, gettext, python 3 3 , drumstick, fluidsynth 4 4 , kcoreaddons, kcrash, kdoctools 5 5 , qtquickcontrols2, qtsvg, qttools ··· 12 12 maintainers = with maintainers; [ peterhoeg ]; 13 13 }; 14 14 15 - nativeBuildInputs = [ extra-cmake-modules kdoctools ]; 15 + nativeBuildInputs = [ extra-cmake-modules gettext kdoctools python ]; 16 + 16 17 propagatedBuildInputs = [ 17 18 drumstick fluidsynth 18 19 kcoreaddons kcrash 19 20 qtquickcontrols2 qtsvg qttools 20 21 ]; 22 + 21 23 enableParallelBuilding = true; 22 24 }