Skip to content

Commit 66bed37

Browse files
LuflosiJon
authored andcommitted
glances: remove batinfo dependency
batinfo is no longer in the list of optional dependencies since nicolargo/glances@fd45d41. batinfo seems to no longer be maintained and also doesn't work on macOS, causing the sensors plugin of glances to fail. glances automatically uses psutil when batinfo is not available.
1 parent 9857675 commit 66bed37

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pkgs/applications/system/glances/default.nix

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{ stdenv, buildPythonApplication, fetchFromGitHub, fetchpatch, isPyPy, lib
22
, future, psutil, setuptools
33
# Optional dependencies:
4-
, bottle, batinfo, pysnmp
4+
, bottle, pysnmp
55
, hddtemp
66
, netifaces # IP module
77
}:
@@ -35,7 +35,6 @@ buildPythonApplication rec {
3535
'';
3636

3737
propagatedBuildInputs = [
38-
batinfo
3938
bottle
4039
future
4140
netifaces

0 commit comments

Comments
 (0)