Merge pull request #101639 from Luflosi/glances-add-py-cpuinfo
glances: add py-cpuinfo dependency
This commit is contained in:
commit
923ceda526
1 changed files with 2 additions and 0 deletions
|
@ -4,6 +4,7 @@
|
|||
, bottle, pysnmp
|
||||
, hddtemp
|
||||
, netifaces # IP module
|
||||
, py-cpuinfo
|
||||
}:
|
||||
|
||||
buildPythonApplication rec {
|
||||
|
@ -41,6 +42,7 @@ buildPythonApplication rec {
|
|||
psutil
|
||||
pysnmp
|
||||
setuptools
|
||||
py-cpuinfo
|
||||
] ++ lib.optional stdenv.isLinux hddtemp;
|
||||
|
||||
preConfigure = ''
|
||||
|
|
Loading…
Reference in a new issue