guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit 6b769f76a492947d7e8adf261cb533eaa8303269
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Sat Jun 28 21:36:03 2025 +0100
gnu: proot: Use python-docutils-0.19 for rst2mamn.
* gnu/packages/linux.scm (proot): [native-inputs]: Remove
python-docutils; add python-docutils-0.19.
Change-Id: I7c150b9a72ffc07cc573cd3ab3bfefc3fed5cc91
---
gnu/packages/linux.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 10c9736ba9..03a5ecde5c 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -9684,7 +9684,7 @@ Text-based output formats: CSV, XML, Netfilter's LOG,
Netfilter's conntrack
coreutils
pkg-config
;; For rst2man, used to generate the manual page.
- python-docutils))
+ python-docutils-0.19))
(inputs (list libarchive talloc))
(home-page "https://github.com/proot-me/PRoot")
(synopsis "Unprivileged chroot, bind mount, and binfmt_misc")