~ruther/guix-local

e02616a87fdeeb97a0d629866f1ae3f1dac94a96 — Sharlatan Hellseher 9 months ago 1d5514e
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
1 files changed, 1 insertions(+), 1 deletions(-)

M gnu/packages/linux.scm
M gnu/packages/linux.scm => gnu/packages/linux.scm +1 -1
@@ 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")