mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-27 17:33:09 +00:00
glances: add py-cpuinfo dependency
This enables the Quicklook CPU info module.
This commit is contained in:
parent
43200b172a
commit
b3053385e5
@ -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 New Issue
Block a user