From c7dc9a6f41f8511f0ce3481b224fbe1f0e49996b Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Sat, 28 Jun 2025 21:36:03 +0100 Subject: [PATCH] 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 e55488101de..6dd1c0c6ee0 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")