gnu: autoconf-wrapper: Fix "guile" input.

* gnu/packages/autotools.scm (autoconf-wrapper): Remove `lambda' for
  "guile" input..
master
Ludovic Courtès 2013-01-27 22:35:33 +01:00
parent 82fe08ed20
commit 168030ea0c
1 changed files with 3 additions and 4 deletions

View File

@ -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