summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorJan (janneke) Nieuwenhuizen <janneke@gnu.org>2020-10-10 17:08:05 +0200
committerJan (janneke) Nieuwenhuizen <janneke@gnu.org>2020-10-10 17:08:05 +0200
commit45c29495ca474a66ae9095702641fc935815a626 (patch)
treea2c9f41ae7d31923f05046bf30f2d6974880c28b /gnu
parent9f492af3e4024df09d9243f6507f7c9e5d928139 (diff)
downloadguix-patches-45c29495ca474a66ae9095702641fc935815a626.tar
guix-patches-45c29495ca474a66ae9095702641fc935815a626.tar.gz
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.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/admin.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index 9c76d50bfd..a6aaeba1ea 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