me
/
guix
Archived
1
0
Fork 0

gnu: htop: Use python-minimal-wrapper instead of python-wrapper.

* gnu/packages/admin.scm (htop)[native-inputs]: Use python-minimal-wrapper
instead of python-wrapper.
master
Jan (janneke) Nieuwenhuizen 2020-10-10 17:08:05 +02:00
parent 9f492af3e4
commit 45c29495ca
No known key found for this signature in database
GPG Key ID: F3C1A0D9C1D65273
1 changed files with 1 additions and 1 deletions

View File

@ -530,7 +530,7 @@ or via the @code{facter} Ruby library.")
(native-inputs
`(("autoconf" ,autoconf)
("automake" ,automake)
("python" ,python-wrapper))) ; for scripts/MakeHeader.py
("python" ,python-minimal-wrapper))) ; for scripts/MakeHeader.py
(home-page "https://htop.dev")
(synopsis "Interactive process viewer")
(description