guix-commits
[Top][All Lists]
Advanced

[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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]