From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:60756) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jJmhM-0007l2-9e for guix-patches@gnu.org; Wed, 01 Apr 2020 19:23:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jJmhL-00010P-CL for guix-patches@gnu.org; Wed, 01 Apr 2020 19:23:04 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:55562) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1jJmhL-00010G-8m for guix-patches@gnu.org; Wed, 01 Apr 2020 19:23:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jJmhL-0003jl-4k for guix-patches@gnu.org; Wed, 01 Apr 2020 19:23:03 -0400 Subject: [bug#40383] [PATCH 3/5] gnu: iwd: Make some inputs native. Resent-Message-ID: From: Vincent Legoll Date: Thu, 2 Apr 2020 01:22:23 +0200 Message-Id: <20200401232225.27766-3-vincent.legoll@gmail.com> In-Reply-To: <20200401232225.27766-1-vincent.legoll@gmail.com> References: <20200401232225.27766-1-vincent.legoll@gmail.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 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: 40383@debbugs.gnu.org Cc: Vincent Legoll * gnu/packages/networking.scm (iwd)[inputs]: Move libtool from here... [native-inputs]: ...to here. --- gnu/packages/networking.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm index ec2f0b64bd..79b07e23f0 100644 --- a/gnu/packages/networking.scm +++ b/gnu/packages/networking.scm @@ -2712,13 +2712,13 @@ protocol daemons for BGP, IS-IS, LDP, OSPF, PIM, and RIP. ") (build-system gnu-build-system) (inputs `(("dbus" ,dbus) - ("libtool" ,libtool) ("ell" ,ell) ("readline" ,readline))) (native-inputs `(("asciidoc" ,asciidoc) ("autoconf" ,autoconf) ("automake" ,automake) + ("libtool" ,libtool) ("pkgconfig" ,pkg-config) ("python" ,python) ("openssl" ,openssl))) -- 2.25.2