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
This commit is contained in:
Sharlatan Hellseher 2025-06-28 21:36:03 +01:00
parent 3bcacc924f
commit c7dc9a6f41
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -9717,7 +9717,7 @@ Text-based output formats: CSV, XML, Netfilter's LOG, Netfilter's conntrack
coreutils coreutils
pkg-config pkg-config
;; For rst2man, used to generate the manual page. ;; For rst2man, used to generate the manual page.
python-docutils)) python-docutils-0.19))
(inputs (list libarchive talloc)) (inputs (list libarchive talloc))
(home-page "https://github.com/proot-me/PRoot") (home-page "https://github.com/proot-me/PRoot")
(synopsis "Unprivileged chroot, bind mount, and binfmt_misc") (synopsis "Unprivileged chroot, bind mount, and binfmt_misc")