Skip to content

Commit

Permalink
ksysguard: replace qtwebkit by qtwebengine
Browse files Browse the repository at this point in the history
  • Loading branch information
nyanloutre committed Aug 16, 2019
1 parent 766c8f1 commit 505f0c2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions pkgs/desktops/plasma-5/ksysguard.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
extra-cmake-modules, kdoctools,
lm_sensors,
kconfig, kcoreaddons, kdelibs4support, ki18n, kiconthemes, kitemviews,
knewstuff, libksysguard, qtwebkit
knewstuff, libksysguard
}:

mkDerivation {
name = "ksysguard";
nativeBuildInputs = [ extra-cmake-modules kdoctools ];
buildInputs = [
kconfig kcoreaddons kitemviews knewstuff kiconthemes libksysguard
kdelibs4support ki18n lm_sensors qtwebkit
kdelibs4support ki18n lm_sensors
];
}
4 changes: 2 additions & 2 deletions pkgs/desktops/plasma-5/libksysguard/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
mkDerivation,
extra-cmake-modules,
kauth, kcompletion, kconfig, kconfigwidgets, kcoreaddons, ki18n, kiconthemes,
kservice, kwidgetsaddons, kwindowsystem, plasma-framework, qtscript, qtwebkit,
kservice, kwidgetsaddons, kwindowsystem, plasma-framework, qtscript, qtwebengine,
qtx11extras
}:

Expand All @@ -15,7 +15,7 @@ mkDerivation {
buildInputs = [
kauth kconfig ki18n kiconthemes kwindowsystem kcompletion kconfigwidgets
kcoreaddons kservice kwidgetsaddons plasma-framework qtscript qtx11extras
qtwebkit
qtwebengine
];
outputs = [ "bin" "dev" "out" ];
}

0 comments on commit 505f0c2

Please sign in to comment.