mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 15:33:13 +00:00
ksysguard: Add required qtwebkit dependency.
Without this the only the daemon would be built without a GUI.
This commit is contained in:
parent
fac1168816
commit
7940692801
@ -1,6 +1,6 @@
|
||||
{ plasmaPackage, ecm, kdoctools, kconfig
|
||||
, kcoreaddons, kdelibs4support, ki18n, kitemviews, knewstuff
|
||||
, kiconthemes, libksysguard
|
||||
, kiconthemes, libksysguard, qtwebkit
|
||||
}:
|
||||
|
||||
plasmaPackage {
|
||||
@ -8,6 +8,6 @@ plasmaPackage {
|
||||
nativeBuildInputs = [ ecm kdoctools ];
|
||||
propagatedBuildInputs = [
|
||||
kconfig kcoreaddons kitemviews knewstuff kiconthemes libksysguard
|
||||
kdelibs4support ki18n
|
||||
kdelibs4support ki18n qtwebkit
|
||||
];
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user