gnu: iwd: Make some inputs native.
authorVincent Legoll <vincent.legoll@gmail.com>
Wed, 1 Apr 2020 23:22:23 +0000 (01:22 +0200)
committerMathieu Othacehe <m.othacehe@gmail.com>
Thu, 2 Apr 2020 09:16:48 +0000 (11:16 +0200)
* gnu/packages/networking.scm (iwd)[inputs]: Move libtool from here...
[native-inputs]: ...to here.

Signed-off-by: Mathieu Othacehe <m.othacehe@gmail.com>
gnu/packages/networking.scm

index ec2f0b6..79b07e2 100644 (file)
@@ -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)))