gnu: guildhall: Remove custom bootstrap phase.
* gnu/packages/guile.scm (guildhall)[arguments]: Remove autogen phase.
This commit is contained in:
		
							parent
							
								
									34da5c394b
								
							
						
					
					
						commit
						2cabd29323
					
				
					 1 changed files with 1 additions and 4 deletions
				
			
		| 
						 | 
					@ -517,10 +517,7 @@ AM_SCM_LOG_FLAGS =  --no-auto-compile -s")
 | 
				
			||||||
                 ;; FIXME: one of the database tests fails for unknown
 | 
					                 ;; FIXME: one of the database tests fails for unknown
 | 
				
			||||||
                 ;; reasons.  It does not fail when run outside of Guix.
 | 
					                 ;; reasons.  It does not fail when run outside of Guix.
 | 
				
			||||||
                 (("tests/database.scm") ""))
 | 
					                 (("tests/database.scm") ""))
 | 
				
			||||||
               #t))
 | 
					               #t)))))
 | 
				
			||||||
           (add-after 'fix-bug-22 'autogen
 | 
					 | 
				
			||||||
             (lambda _
 | 
					 | 
				
			||||||
               (zero? (system* "sh" "autogen.sh")))))))
 | 
					 | 
				
			||||||
      (inputs
 | 
					      (inputs
 | 
				
			||||||
       `(("guile" ,guile-2.0)))
 | 
					       `(("guile" ,guile-2.0)))
 | 
				
			||||||
      (native-inputs
 | 
					      (native-inputs
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue