Archived
1
0
Fork 0

gnu: ell: Make some inputs native.

* gnu/packages/linux.scm (ell)[inputs]: Move libtool from here...
[native-inputs]: ...to here.

Signed-off-by: Mathieu Othacehe <m.othacehe@gmail.com>
This commit is contained in:
Vincent Legoll 2020-04-04 12:08:07 +02:00 committed by Mathieu Othacehe
parent 5f98b84cd9
commit d6f1f60721
No known key found for this signature in database
GPG key ID: 8354763531769CA6

View file

@ -6619,10 +6619,10 @@ of Linux application development.")
(("/usr/bin/dbus-daemon") (which "dbus-daemon")))
#t)))))
(inputs
`(("dbus" ,dbus)
("libtool" ,libtool)))
`(("dbus" ,dbus)))
(native-inputs
`(("autoconf" ,autoconf)
("libtool" ,libtool)
("pkgconfig" ,pkg-config)
("automake" ,automake)))
(home-page "https://01.org/ell")