[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/04: gnu: ell: Make some inputs native.
From: |
guix-commits |
Subject: |
03/04: gnu: ell: Make some inputs native. |
Date: |
Sat, 4 Apr 2020 06:46:00 -0400 (EDT) |
mothacehe pushed a commit to branch master
in repository guix.
commit d6f1f60721f36a333f8bd0696c81126c92dcd1b8
Author: Vincent Legoll <address@hidden>
AuthorDate: Sat Apr 4 12:08:07 2020 +0200
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 <address@hidden>
---
gnu/packages/linux.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 9fd6569..c8acb42 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -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")