gnu: autoconf-wrapper: Fix "guile" input.
* gnu/packages/autotools.scm (autoconf-wrapper): Remove `lambda' for "guile" input..
This commit is contained in:
		
							parent
							
								
									82fe08ed20
								
							
						
					
					
						commit
						168030ea0c
					
				
					 1 changed files with 3 additions and 4 deletions
				
			
		| 
						 | 
					@ -72,10 +72,9 @@ can use, in the form of M4 macro calls.")
 | 
				
			||||||
    (name (string-append (package-name autoconf) "-wrapper"))
 | 
					    (name (string-append (package-name autoconf) "-wrapper"))
 | 
				
			||||||
    (build-system trivial-build-system)
 | 
					    (build-system trivial-build-system)
 | 
				
			||||||
    (inputs `(("guile"
 | 
					    (inputs `(("guile"
 | 
				
			||||||
               ,(lambda _
 | 
					               ;; XXX: Kludge to hide the circular dependency.
 | 
				
			||||||
                  ;; XXX: Kludge to hide the circular dependency.
 | 
					               ,(module-ref (resolve-interface '(gnu packages guile))
 | 
				
			||||||
                  (module-ref (resolve-interface '(gnu packages guile))
 | 
					                            'guile-2.0))
 | 
				
			||||||
                              'guile-2.0)))
 | 
					 | 
				
			||||||
              ("autoconf" ,autoconf)
 | 
					              ("autoconf" ,autoconf)
 | 
				
			||||||
              ("bash" ,bash)))
 | 
					              ("bash" ,bash)))
 | 
				
			||||||
    (arguments
 | 
					    (arguments
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue