gnu: dotconf: Remove custom bootstrap phase.

* gnu/packages/textutils.scm (dotconf)[arguments]: Remove autoreconf phase.
master
Ricardo Wurmus 2018-11-11 11:36:39 +01:00
parent d68a15806b
commit 7a52d0e075
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 1 additions and 7 deletions

View File

@ -577,13 +577,7 @@ categories.")
(base32
"0lsnh0yaw44psmx59hq94cj1932gscp5h8d3cnh05l0svr0cy7kz"))))
(build-system gnu-build-system)
(arguments
`(#:tests? #f ; FIXME maketest.sh does not work.
#:phases
(modify-phases %standard-phases
(add-after 'unpack 'autoreconf
(lambda _
(zero? (system* "autoreconf" "-vif")))))))
(arguments `(#:tests? #f)) ; FIXME maketest.sh does not work.
(native-inputs
`(("autoconf" ,autoconf)
("automake" ,automake)