gnu: guile-dsv: Remove custom bootstrap phase.

* gnu/packages/guile.scm (guile-dsv)[arguments]: Remove autoreconf phase.
This commit is contained in:
Ricardo Wurmus 2018-11-11 10:22:45 +01:00
parent 5ad728e04c
commit 34da5c394b
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 1 additions and 4 deletions

View File

@ -1573,10 +1573,7 @@ $(datadir)/guile/site/$(GUILE_EFFECTIVE_VERSION)\n"))
(("^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