mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-27 13:57:10 +03: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
|
{ plasmaPackage, ecm, kdoctools, kconfig
|
||||||
, kcoreaddons, kdelibs4support, ki18n, kitemviews, knewstuff
|
, kcoreaddons, kdelibs4support, ki18n, kitemviews, knewstuff
|
||||||
, kiconthemes, libksysguard
|
, kiconthemes, libksysguard, qtwebkit
|
||||||
}:
|
}:
|
||||||
|
|
||||||
plasmaPackage {
|
plasmaPackage {
|
||||||
@ -8,6 +8,6 @@ plasmaPackage {
|
|||||||
nativeBuildInputs = [ ecm kdoctools ];
|
nativeBuildInputs = [ ecm kdoctools ];
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
kconfig kcoreaddons kitemviews knewstuff kiconthemes libksysguard
|
kconfig kcoreaddons kitemviews knewstuff kiconthemes libksysguard
|
||||||
kdelibs4support ki18n
|
kdelibs4support ki18n qtwebkit
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user