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-08 16:50:04 +0100
commitcc368f0b4e693fb1bfc8c2aec0e3f2d2f813010c (patch)
tree8230b01a900aeb2978d51bc7abd6b848e632e77a
parent9c90b1a0cb260a5fc3b61f58fcc1ff2ca549efd4 (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 65f345689d..6a89c99741 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")