From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vincent Legoll Subject: [PATCH 1/6] gnu: cgit: Make some inputs native. Date: Wed, 1 Apr 2020 00:04:34 +0200 Message-ID: <20200331220439.3828-1-vincent.legoll@gmail.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:33665) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jJP0i-0005iZ-HV for guix-devel@gnu.org; Tue, 31 Mar 2020 18:05:29 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jJP0h-0008Sx-9w for guix-devel@gnu.org; Tue, 31 Mar 2020 18:05:28 -0400 Received: from mail-wm1-x32f.google.com ([2a00:1450:4864:20::32f]:55083) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1jJP0h-0008MY-2m for guix-devel@gnu.org; Tue, 31 Mar 2020 18:05:27 -0400 Received: by mail-wm1-x32f.google.com with SMTP id c81so4343151wmd.4 for ; Tue, 31 Mar 2020 15:05:26 -0700 (PDT) In-Reply-To: List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane-mx.org@gnu.org Sender: "Guix-devel" To: guix-devel@gnu.org * 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 ;;; Copyright © 2020 Brice Waegeneire ;;; Copyright © 2020 John D. Boy +;;; Copyright © 2020 Vincent Legoll ;;; ;;; 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