[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/04: gnu: iwd: Make some inputs native.
From: |
guix-commits |
Subject: |
02/04: gnu: iwd: Make some inputs native. |
Date: |
Thu, 2 Apr 2020 05:24:43 -0400 (EDT) |
mothacehe pushed a commit to branch master
in repository guix.
commit 5f214c642f9b1acb31e595103b0b9849d1d714a2
Author: Vincent Legoll <address@hidden>
AuthorDate: Thu Apr 2 01:22:23 2020 +0200
gnu: iwd: Make some inputs native.
* gnu/packages/networking.scm (iwd)[inputs]: Move libtool from here...
[native-inputs]: ...to here.
Signed-off-by: Mathieu Othacehe <address@hidden>
---
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 ec2f0b6..79b07e2 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)))