gnu: dotconf: Remove custom bootstrap phase.
* gnu/packages/textutils.scm (dotconf)[arguments]: Remove autoreconf phase.
This commit is contained in:
parent
d68a15806b
commit
7a52d0e075
@ -577,13 +577,7 @@ categories.")
|
|||||||
(base32
|
(base32
|
||||||
"0lsnh0yaw44psmx59hq94cj1932gscp5h8d3cnh05l0svr0cy7kz"))))
|
"0lsnh0yaw44psmx59hq94cj1932gscp5h8d3cnh05l0svr0cy7kz"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments `(#:tests? #f)) ; FIXME maketest.sh does not work.
|
||||||
`(#:tests? #f ; FIXME maketest.sh does not work.
|
|
||||||
#:phases
|
|
||||||
(modify-phases %standard-phases
|
|
||||||
(add-after 'unpack 'autoreconf
|
|
||||||
(lambda _
|
|
||||||
(zero? (system* "autoreconf" "-vif")))))))
|
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("autoconf" ,autoconf)
|
`(("autoconf" ,autoconf)
|
||||||
("automake" ,automake)
|
("automake" ,automake)
|
||||||
|
Loading…
Reference in New Issue
Block a user