mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 04:02:55 +03:00
ksysguard: depend on lm_sensors
This commit is contained in:
parent
ea64342517
commit
cef9476a0c
@ -1,11 +1,15 @@
|
|||||||
{ plasmaPackage, ecm, kdoctools, kconfig
|
{
|
||||||
, kcoreaddons, kdelibs4support, ki18n, kitemviews, knewstuff
|
plasmaPackage,
|
||||||
, kiconthemes, libksysguard, qtwebkit
|
ecm, kdoctools,
|
||||||
|
lm_sensors,
|
||||||
|
kconfig, kcoreaddons, kdelibs4support, ki18n, kiconthemes, kitemviews,
|
||||||
|
knewstuff, libksysguard, lm_sensors, qtwebkit
|
||||||
}:
|
}:
|
||||||
|
|
||||||
plasmaPackage {
|
plasmaPackage {
|
||||||
name = "ksysguard";
|
name = "ksysguard";
|
||||||
nativeBuildInputs = [ ecm kdoctools ];
|
nativeBuildInputs = [ ecm kdoctools ];
|
||||||
|
buildInputs = [ lm_sensors ];
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
kconfig kcoreaddons kitemviews knewstuff kiconthemes libksysguard
|
kconfig kcoreaddons kitemviews knewstuff kiconthemes libksysguard
|
||||||
kdelibs4support ki18n qtwebkit
|
kdelibs4support ki18n qtwebkit
|
||||||
|
Loading…
Reference in New Issue
Block a user