From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vincent Legoll Subject: [PATCH 5/6] gnu: mailutils: Make some inputs native. Date: Wed, 1 Apr 2020 00:04:38 +0200 Message-ID: <20200331220439.3828-5-vincent.legoll@gmail.com> References: <20200331220439.3828-1-vincent.legoll@gmail.com> 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]:33945) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jJP0l-0005lY-VO for guix-devel@gnu.org; Tue, 31 Mar 2020 18:05:33 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jJP0k-0000Jt-Re for guix-devel@gnu.org; Tue, 31 Mar 2020 18:05:31 -0400 Received: from mail-wm1-x32b.google.com ([2a00:1450:4864:20::32b]:39993) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1jJP0k-0000Fs-Kr for guix-devel@gnu.org; Tue, 31 Mar 2020 18:05:30 -0400 Received: by mail-wm1-x32b.google.com with SMTP id a81so4823298wmf.5 for ; Tue, 31 Mar 2020 15:05:30 -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 * gnu/packages/mail.scm (mailutils)[native-inputs]: New field. [inputs]: Move dejagnu & texinfo to native-inputs. --- gnu/packages/mail.scm | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm index 36b94f409f..458d82ecce 100644 --- a/gnu/packages/mail.scm +++ b/gnu/packages/mail.scm @@ -29,6 +29,7 @@ ;;; Copyright © 2018 Gábor Boskovits ;;; Copyright © 2018, 2019, 2020 Ricardo Wurmus ;;; Copyright © 2019 Tanguy Le Carrour +;;; Copyright © 2020 Vincent Legoll ;;; ;;; This file is part of GNU Guix. ;;; @@ -218,11 +219,12 @@ #:parallel-tests? #f)) (native-inputs - `(("perl" ,perl))) ;for 'gylwrap' + `(("perl" ,perl) + ("texinfo" ,texinfo) + ("dejagnu" ,dejagnu))) ;for 'gylwrap' (inputs - `(("dejagnu" ,dejagnu) + `( ("m4" ,m4) - ("texinfo" ,texinfo) ("guile" ,guile-2.2) ("gsasl" ,gsasl) ("gnutls" ,gnutls) -- 2.25.2