Skip to content

Commit

Permalink
ksysguard: Add required qtwebkit dependency.
Browse files Browse the repository at this point in the history
Without this the only the daemon would be built without a GUI.

(cherry picked from commit 7940692)
  • Loading branch information
ambrop72 authored and ttuegel committed Nov 5, 2016
1 parent 9750f01 commit 8096c00
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/desktops/kde-5/plasma/ksysguard.nix
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{ plasmaPackage, ecm, kdoctools, kconfig
, kcoreaddons, kdelibs4support, ki18n, kitemviews, knewstuff
, kiconthemes, libksysguard
, kiconthemes, libksysguard, qtwebkit
}:

plasmaPackage {
name = "ksysguard";
nativeBuildInputs = [ ecm kdoctools ];
propagatedBuildInputs = [
kconfig kcoreaddons kitemviews knewstuff kiconthemes libksysguard
kdelibs4support ki18n
kdelibs4support ki18n qtwebkit
];
}

0 comments on commit 8096c00

Please sign in to comment.