guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 1/6] gnu: cgit: Make some inputs native.


From: Vincent Legoll
Subject: [PATCH 1/6] gnu: cgit: Make some inputs native.
Date: Wed, 1 Apr 2020 00:04:34 +0200

* 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 <address@hidden>
 ;;; Copyright © 2020 Brice Waegeneire <address@hidden>
 ;;; Copyright © 2020 John D. Boy <address@hidden>
+;;; Copyright © 2020 Vincent Legoll <address@hidden>
 ;;;
 ;;; 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]