From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mathieu Othacehe Subject: Re: [PATCH 1/6] gnu: cgit: Make some inputs native. Date: Wed, 01 Apr 2020 15:52:21 +0200 Message-ID: <87imijcnze.fsf@gmail.com> References: <20200331220439.3828-1-vincent.legoll@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:45051) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jJdn8-00055K-C0 for guix-devel@gnu.org; Wed, 01 Apr 2020 09:52:27 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jJdn7-0002mw-Cd for guix-devel@gnu.org; Wed, 01 Apr 2020 09:52:26 -0400 Received: from mail-wm1-x341.google.com ([2a00:1450:4864:20::341]:55389) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1jJdn7-0002ma-4z for guix-devel@gnu.org; Wed, 01 Apr 2020 09:52:25 -0400 Received: by mail-wm1-x341.google.com with SMTP id r16so6688436wmg.5 for ; Wed, 01 Apr 2020 06:52:25 -0700 (PDT) Received: from meru ([2a01:cb18:832e:5f00:75c3:1709:597b:7112]) by smtp.gmail.com with ESMTPSA id 132sm537664wmc.47.2020.04.01.06.52.22 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 01 Apr 2020 06:52:22 -0700 (PDT) In-reply-to: <20200331220439.3828-1-vincent.legoll@gmail.com> 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 Hello Vincent, > + ("groff" ,groff) > + ("python-docutils" ,python-docutils) > ("xz" ,xz))) python-docutils provides rst2html.py that seem to be used at run-time (see patch-absolute-file-names phase). So I think it should be an input not a native-input. Thanks, Mathieu