gnu: bpytop: Don't propagated python-psutil.

* gnu/packages/admin.scm (bpytop): Move python-psutil to propagated-inputs.
This commit is contained in:
宋文武 2021-02-12 17:09:00 +08:00
parent c84698ef95
commit 15903eaab6
No known key found for this signature in database
GPG key ID: D415BF253B515976

View file

@ -589,7 +589,7 @@ (define-public bpytop
(base32
"1p5jrrvj68v6cby8w7zms138xm1g5j2q58951lji0qlqr8145jjb"))))
(build-system python-build-system)
(propagated-inputs
(inputs
`(("python-psutil" ,python-psutil)))
(home-page
"https://github.com/aristocratos/bpytop")