Skip to content

Commit

Permalink
minuet: add missing dependencies to fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
peterhoeg committed Jan 10, 2018
1 parent da1421f commit e37e044
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions pkgs/applications/kde/minuet.nix
@@ -1,5 +1,5 @@
{ mkDerivation
, lib, extra-cmake-modules
, lib, extra-cmake-modules, gettext, python
, drumstick, fluidsynth
, kcoreaddons, kcrash, kdoctools
, qtquickcontrols2, qtsvg, qttools
Expand All @@ -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;
}

0 comments on commit e37e044

Please sign in to comment.