From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:34764) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hqejv-000297-Lq for guix-patches@gnu.org; Thu, 25 Jul 2019 10:29:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hqeju-0006hl-QQ for guix-patches@gnu.org; Thu, 25 Jul 2019 10:29:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:59650) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hqeju-0006hc-LA for guix-patches@gnu.org; Thu, 25 Jul 2019 10:29:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hqeju-0005yv-F0 for guix-patches@gnu.org; Thu, 25 Jul 2019 10:29:02 -0400 Subject: [bug#36477] [PATCH 23/31] gnu: help2man: Fix cross-compilation. Resent-Message-ID: References: <20190708095913.3460-1-m.othacehe@gmail.com> <20190708095913.3460-24-m.othacehe@gmail.com> <87r270o0k6.fsf@devup.no> From: Mathieu Othacehe In-reply-to: <87r270o0k6.fsf@devup.no> Date: Thu, 25 Jul 2019 16:28:17 +0200 Message-ID: <87k1c6i3y6.fsf@gmail.com> MIME-Version: 1.0 Content-Type: text/plain 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: Marius Bakke Cc: 36477@debbugs.gnu.org > help2man references perl at runtime, should it not be in both inputs and > native-inputs? help2man being a perl script I guess you are right. Mathieu