mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: guile-dsv: Remove custom bootstrap phase.
* gnu/packages/guile.scm (guile-dsv)[arguments]: Remove autoreconf phase.
This commit is contained in:
parent
5ad728e04c
commit
34da5c394b
1 changed files with 1 additions and 4 deletions
|
@ -1573,10 +1573,7 @@ (define-public guile-dsv
|
|||
(("^guilesitedir =.*$")
|
||||
"guilesitedir = \
|
||||
$(datadir)/guile/site/$(GUILE_EFFECTIVE_VERSION)\n"))
|
||||
#t))
|
||||
(add-after 'unpack 'autoreconf
|
||||
(lambda _
|
||||
(zero? (system* "autoreconf" "-vfi")))))))
|
||||
#t)))))
|
||||
(home-page "https://github.com/artyom-poptsov/guile-dsv")
|
||||
(synopsis "DSV module for Guile")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue