mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 14:16:55 -05:00
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>
This commit is contained in:
parent
d367304770
commit
5f214c642f
1 changed files with 1 additions and 1 deletions
|
@ -2712,13 +2712,13 @@ (define-public iwd
|
|||
(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)))
|
||||
|
|
Loading…
Reference in a new issue