Commit graph

8 commits

Author SHA1 Message Date
Michael Weiss 6fc744bc84
python37Packages.glances: 3.1.2 -> 3.1.3 2019-10-12 17:22:59 +02:00
Frederik Rietdijk fc74ba8291 Merge master into staging-next 2019-08-31 09:50:38 +02:00
Michael Weiss 81e643d2fd
python3Packages.glances: 3.1.1 -> 3.1.2
Changelog: https://github.com/nicolargo/glances/blob/v3.1.2/NEWS.rst#version-312

Note/TODO: Theoretically the IP test should work(?) now:

> Bugs corrected:
> - Error with IP Plugin : object has no attribute bug #1528
> - ip plugin empty interface bug #1509

but the test is still failing inside the Nix build sandbox.
2019-08-27 23:30:41 +02:00
volth 46420bbaa3 treewide: name -> pname (easy cases) (#66585)
treewide replacement of

stdenv.mkDerivation rec {
  name = "*-${version}";
  version = "*";

to pname
2019-08-15 13:41:18 +01:00
Michael Weiss c51cbfdfbc
pythonPackages.glances: 3.1.0 -> 3.1.1
Note/TODO: The IP plugin fails in the sandbox:

Error while initializing the ip plugin ('NoneType' object has no attribute 'split')

but works outside of the build sandbox (i.e. in a normal setup).
2019-07-18 11:58:45 +02:00
Michael Weiss 7bc18d2535
pythonPackages.glances: 3.0.2 -> 3.1.0 2019-01-19 17:20:37 +01:00
Michael Weiss 2df4b3e6eb pythonPackages.glances: Enable the tests (skip the failing ones) 2018-09-29 20:47:05 +02:00
Michael Weiss a108b8617b pythonPackages.glances: 3.0.1 -> 3.0.2 2018-09-29 11:38:12 +02:00