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
parent
9f492af3e4
commit
45c29495ca
|
@ -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
|
||||
|
|
Reference in New Issue