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"))) (("/usr/bin/dbus-daemon") (which "dbus-daemon")))
#t))))) #t)))))
(inputs (inputs
`(("dbus" ,dbus) `(("dbus" ,dbus)))
("libtool" ,libtool)))
(native-inputs (native-inputs
`(("autoconf" ,autoconf) `(("autoconf" ,autoconf)
("libtool" ,libtool)
("pkgconfig" ,pkg-config) ("pkgconfig" ,pkg-config)
("automake" ,automake))) ("automake" ,automake)))
(home-page "https://01.org/ell") (home-page "https://01.org/ell")