From e02616a87fdeeb97a0d629866f1ae3f1dac94a96 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 96940bbe7af..cbed9b1d45f 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -9713,7 +9713,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")