summaryrefslogtreecommitdiff
path: root/gnu/packages/networking.scm
diff options
context:
space:
mode:
authorVincent Legoll <vincent.legoll@gmail.com>2020-04-02 01:22:23 +0200
committerMathieu Othacehe <m.othacehe@gmail.com>2020-04-02 11:16:48 +0200
commit5f214c642f9b1acb31e595103b0b9849d1d714a2 (patch)
treea22668059579e4c7308b29caa48204d9b1df81e9 /gnu/packages/networking.scm
parentd36730477013cf561da8f90fb6e0c9532840b328 (diff)
downloadguix-patches-5f214c642f9b1acb31e595103b0b9849d1d714a2.tar
guix-patches-5f214c642f9b1acb31e595103b0b9849d1d714a2.tar.gz
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 <m.othacehe@gmail.com>
Diffstat (limited to 'gnu/packages/networking.scm')
-rw-r--r--gnu/packages/networking.scm2
1 files changed, 1 insertions, 1 deletions
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)))