From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:55008) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hkQRY-0005SP-Kc for guix-patches@gnu.org; Mon, 08 Jul 2019 06:00:21 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hkQRX-0003Dc-DC for guix-patches@gnu.org; Mon, 08 Jul 2019 06:00:20 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:49061) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hkQRX-0003D7-3m for guix-patches@gnu.org; Mon, 08 Jul 2019 06:00:19 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hkQRX-0004vc-0j for guix-patches@gnu.org; Mon, 08 Jul 2019 06:00:19 -0400 Subject: [bug#36477] [PATCH 23/31] gnu: help2man: Fix cross-compilation. Resent-Message-ID: From: Mathieu Othacehe Date: Mon, 8 Jul 2019 11:59:05 +0200 Message-Id: <20190708095913.3460-24-m.othacehe@gmail.com> In-Reply-To: <20190708095913.3460-1-m.othacehe@gmail.com> References: <20190708095913.3460-1-m.othacehe@gmail.com> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 36477@debbugs.gnu.org Cc: Mathieu Othacehe * gnu/packages/man.scm (help2man)[inputs]: Turn into ... [native-inputs]: ... that. --- gnu/packages/man.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/packages/man.scm b/gnu/packages/man.scm index 04c800e95f..6b5de3d033 100644 --- a/gnu/packages/man.scm +++ b/gnu/packages/man.scm @@ -210,7 +210,7 @@ Linux kernel and C library interfaces employed by user-space programs.") (build-system gnu-build-system) (arguments `(;; There's no `check' target. #:tests? #f)) - (inputs + (native-inputs `(("perl" ,perl) ;; TODO: Add these optional dependencies. ;; ("perl-LocaleGettext" ,perl-LocaleGettext) -- 2.17.1