glances: add py-cpuinfo dependency

This enables the Quicklook CPU info module.
This commit is contained in:
Luflosi 2020-07-06 11:12:51 +02:00
parent 43200b172a
commit b3053385e5
No known key found for this signature in database
GPG key ID: 4E41E29EDCC345D0

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