gnu: autoconf-wrapper: Fix "guile" input. * gnu/packages/autotools.scm (autoconf-wrapper): Remove `lambda' for "guile" input..
1 files changed, 3 insertions(+), 4 deletions(-) M gnu/packages/autotools.scm
M gnu/packages/autotools.scm => gnu/packages/autotools.scm +3 -4
@@ 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