From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mathieu Othacehe Subject: Re: [PATCH 2/6] gnu: darktable: Make some inputs native. Date: Wed, 01 Apr 2020 15:58:07 +0200 Message-ID: <87h7y3cnps.fsf@gmail.com> References: <20200331220439.3828-1-vincent.legoll@gmail.com> <20200331220439.3828-2-vincent.legoll@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:45887) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jJdsg-0007zn-Ui for guix-devel@gnu.org; Wed, 01 Apr 2020 09:58:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jJdsf-0005t8-VG for guix-devel@gnu.org; Wed, 01 Apr 2020 09:58:10 -0400 Received: from mail-wr1-x444.google.com ([2a00:1450:4864:20::444]:37335) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1jJdsf-0005sd-Om for guix-devel@gnu.org; Wed, 01 Apr 2020 09:58:09 -0400 Received: by mail-wr1-x444.google.com with SMTP id w10so163998wrm.4 for ; Wed, 01 Apr 2020 06:58:09 -0700 (PDT) Received: from meru ([2a01:cb18:832e:5f00:75c3:1709:597b:7112]) by smtp.gmail.com with ESMTPSA id b82sm1962219wme.25.2020.04.01.06.58.07 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 01 Apr 2020 06:58:07 -0700 (PDT) In-reply-to: <20200331220439.3828-2-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 > + (native-inputs > + `(("intltool" ,intltool) > + ("pkg-config" ,pkg-config))) > (inputs > `(("libxslt" ,libxslt) > ("libxml2" ,libxml2) > @@ -502,9 +506,7 @@ photographic equipment.") > ("ilmbase" ,ilmbase) > ("libsoup" ,libsoup) > ("python-jsonschema" ,python-jsonschema) > - ("intltool" ,intltool) > ("perl" ,perl) > - ("pkg-config" ,pkg-config) > ("libwebp" ,libwebp) > ("lensfun" ,lensfun) > ("librsvg" ,librsvg) I think that "perl" might also be a native-input. Could you check it? Thanks, Mathieu