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
|
@ -1573,10 +1573,7 @@ $(datadir)/guile/site/$(GUILE_EFFECTIVE_VERSION)\n"))
|
||||||
(("^guilesitedir =.*$")
|
(("^guilesitedir =.*$")
|
||||||
"guilesitedir = \
|
"guilesitedir = \
|
||||||
$(datadir)/guile/site/$(GUILE_EFFECTIVE_VERSION)\n"))
|
$(datadir)/guile/site/$(GUILE_EFFECTIVE_VERSION)\n"))
|
||||||
#t))
|
#t)))))
|
||||||
(add-after 'unpack 'autoreconf
|
|
||||||
(lambda _
|
|
||||||
(zero? (system* "autoreconf" "-vfi")))))))
|
|
||||||
(home-page "https://github.com/artyom-poptsov/guile-dsv")
|
(home-page "https://github.com/artyom-poptsov/guile-dsv")
|
||||||
(synopsis "DSV module for Guile")
|
(synopsis "DSV module for Guile")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Reference in New Issue