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 @@ (define-public guildhall
|
|||
;; FIXME: one of the database tests fails for unknown
|
||||
;; reasons. It does not fail when run outside of Guix.
|
||||
(("tests/database.scm") ""))
|
||||
#t))
|
||||
(add-after 'fix-bug-22 'autogen
|
||||
(lambda _
|
||||
(zero? (system* "sh" "autogen.sh")))))))
|
||||
#t)))))
|
||||
(inputs
|
||||
`(("guile" ,guile-2.0)))
|
||||
(native-inputs
|
||||
|
|
Loading…
Reference in a new issue