From 168030ea0c5456157f68f41357bc542114d1161f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Date: Sun, 27 Jan 2013 22:35:33 +0100 Subject: [PATCH] gnu: autoconf-wrapper: Fix "guile" input. * gnu/packages/autotools.scm (autoconf-wrapper): Remove `lambda' for "guile" input.. --- gnu/packages/autotools.scm | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/gnu/packages/autotools.scm b/gnu/packages/autotools.scm index 1f18ebc1ca..47355d622b 100644 --- a/gnu/packages/autotools.scm +++ b/gnu/packages/autotools.scm @@ -72,10 +72,9 @@ can use, in the form of M4 macro calls.") (name (string-append (package-name autoconf) "-wrapper")) (build-system trivial-build-system) (inputs `(("guile" - ,(lambda _ - ;; XXX: Kludge to hide the circular dependency. - (module-ref (resolve-interface '(gnu packages guile)) - 'guile-2.0))) + ;; XXX: Kludge to hide the circular dependency. + ,(module-ref (resolve-interface '(gnu packages guile)) + 'guile-2.0)) ("autoconf" ,autoconf) ("bash" ,bash))) (arguments