* gnu/packages/version-control.scm (cgit)[native-inputs]: New field. [inputs]: Move groff & python-docutils to native-inputs. --- gnu/packages/version-control.scm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm index 8af54c6e35..0aff346e0a 100644 --- a/gnu/packages/version-control.scm +++ b/gnu/packages/version-control.scm @@ -28,6 +28,7 @@ ;;; Copyright © 2020 Roel Janssen <r...@gnu.org> ;;; Copyright © 2020 Brice Waegeneire <br...@waegenei.re> ;;; Copyright © 2020 John D. Boy <j...@bius.moe> +;;; Copyright © 2020 Vincent Legoll <vincent.leg...@gmail.com> ;;; ;;; This file is part of GNU Guix. ;;; @@ -857,6 +858,8 @@ collaboration using typical untrusted file hosts or services.") `(("asciidoc" ,asciidoc) ("gzip" ,gzip) ("bzip2" ,bzip2) + ("groff" ,groff) + ("python-docutils" ,python-docutils) ("xz" ,xz))) (inputs `(;; Building cgit requires a Git source tree. @@ -869,9 +872,7 @@ collaboration using typical untrusted file hosts or services.") (sha256 (base32 "09lzwa183nblr6l8ib35g2xrjf9wm9yhk3szfvyzkwivdv69c9r2")))) ("openssl" ,openssl) - ("groff" ,groff) ("python" ,python) - ("python-docutils" ,python-docutils) ("python-markdown" ,python-markdown) ("python-pygments" ,python-pygments) ("zlib" ,zlib))) -- 2.25.2