summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2025-06-28 21:36:03 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2025-08-19 13:57:38 +0100
commit9a91969d9205b8fe8631d29ad8706074ac7847f3 (patch)
treedfac29a15916021a959be154f5ee3a9efb8026af
parentababf6258af70f8c722cf662bee815dea12ec5aa (diff)
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
-rw-r--r--gnu/packages/linux.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 67fc08f046..c4347153a8 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -9681,7 +9681,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")