diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-03-19 02:12:20 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-03-19 02:30:37 +0100 |
commit | 16b8503f55f2e8869c5670e7cd361e69ac1db165 (patch) | |
tree | cfcd81cf678d4ed7120f4b1fa4291f70f58ed1db /gnu | |
parent | b8e777efcfca32c5277d03812393c938e9424768 (diff) | |
download | patches-16b8503f55f2e8869c5670e7cd361e69ac1db165.tar patches-16b8503f55f2e8869c5670e7cd361e69ac1db165.tar.gz |
gnu: Remove python2-glances variant.
* gnu/packages/python-xyz.scm (python2-glances): Remove variable.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/python-xyz.scm | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index b0417192bf..a2c3844d65 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -11989,9 +11989,6 @@ Glances uses the PsUtil library to get information from your system. It monitors CPU, load, memory, network bandwidth, disk I/O, disk use, and more.") (license license:lgpl3+))) -(define-public python2-glances - (package-with-python2 python-glances)) - (define-public python-graphql-core (package (name "python-graphql-core") |