diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-06-28 21:36:03 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-09-25 09:36:23 +0100 |
| commit | e02616a87fdeeb97a0d629866f1ae3f1dac94a96 (patch) | |
| tree | 9e5f6a27466f90cd18f26cc5e6ffc0a6112afd75 /gnu | |
| parent | 1d5514e8418f12912027b36b0043446034da275e (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
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/linux.scm | 2 |
1 files changed, 1 insertions, 1 deletions
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") |
