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
|
(native-inputs
|
||||||
`(("autoconf" ,autoconf)
|
`(("autoconf" ,autoconf)
|
||||||
("automake" ,automake)
|
("automake" ,automake)
|
||||||
("python" ,python-wrapper))) ; for scripts/MakeHeader.py
|
("python" ,python-minimal-wrapper))) ; for scripts/MakeHeader.py
|
||||||
(home-page "https://htop.dev")
|
(home-page "https://htop.dev")
|
||||||
(synopsis "Interactive process viewer")
|
(synopsis "Interactive process viewer")
|
||||||
(description
|
(description
|
||||||
|
|
Reference in New Issue