[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/06: gnu: htop: Use python-minimal-wrapper instead of python-wrapper.
From: |
guix-commits |
Subject: |
04/06: gnu: htop: Use python-minimal-wrapper instead of python-wrapper. |
Date: |
Sat, 10 Oct 2020 12:12:51 -0400 (EDT) |
janneke pushed a commit to branch core-updates
in repository guix.
commit 45c29495ca474a66ae9095702641fc935815a626
Author: Jan (janneke) Nieuwenhuizen <janneke@gnu.org>
AuthorDate: Sat Oct 10 17:08:05 2020 +0200
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.
---
gnu/packages/admin.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index 9c76d50..a6aaeba 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -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
- branch core-updates updated (b843f62 -> 5d3cec7), guix-commits, 2020/10/10
- 01/06: gnu: curl: Use python-minimal-wrapper instead of python-wrapper., guix-commits, 2020/10/10
- 03/06: gnu: jbig2dec: Use python-minimal-wrapper instead of python-wrapper., guix-commits, 2020/10/10
- 02/06: gnu: ghostscript: Use python-minimal-wrapper instead of python-wrapper., guix-commits, 2020/10/10
- 04/06: gnu: htop: Use python-minimal-wrapper instead of python-wrapper.,
guix-commits <=
- 05/06: gnu: glib: Use python-minimal-wrapper instead of python-wrapper., guix-commits, 2020/10/10
- 06/06: gnu: boost: Use python-minimal-wrapper instead of python-wrapper., guix-commits, 2020/10/10