3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: glances: Deprecate python- prefix.

* gnu/package/python-xyz.scm (glances): New public variable renamed
from……
(python-glances): …this now-deprecated one.
This commit is contained in:
Tobias Geerinckx-Rice 2020-03-19 02:20:40 +01:00
parent 16b8503f55
commit 58d9027412
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -11956,9 +11956,9 @@ command @command{natsort} that exposes this functionality in the command line.")
`(("python2-pathlib" ,python2-pathlib)
,@(package-native-inputs base))))))
(define-public python-glances
(define-public glances
(package
(name "python-glances")
(name "glances")
(version "3.1.4")
(source
(origin
@ -11989,6 +11989,9 @@ 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 python-glances
(deprecated-package "python-glances" glances))
(define-public python-graphql-core
(package
(name "python-graphql-core")