Merge pull request #101639 from Luflosi/glances-add-py-cpuinfo

glances: add py-cpuinfo dependency
This commit is contained in:
Martin Weinelt 2020-10-25 15:03:44 +01:00 committed by GitHub
commit 923ceda526
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 = ''