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

View file

@ -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