guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit 0667f039c1d2967c318617f3634ed42d53e73d6f
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 172fc666e6..a1f2f39046 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -9717,7 +9717,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")