gnu: libgtextutils: Re-instate custom bootstrap phase.

The source lacks a standard bootstrap script so the bootstrap phase is
skipped otherwise.

* gnu/packages/textutils.smc (libgtextutils)[arguments]: Replace
'bootstrap phase with upstream's bootstrap phase.
This commit is contained in:
Efraim Flashner 2018-11-18 10:14:57 +02:00
parent bc9aa60bd5
commit e005ddc223
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -198,6 +198,11 @@ (define-public libgtextutils
(sha256
(base32 "0jiybkb2z58wa2msvllnphr4js2hvjvh988pavb3mzkgr6ihwbkr"))))
(build-system gnu-build-system)
(arguments
'(#:phases
(modify-phases %standard-phases
(replace 'bootstrap
(lambda _ (invoke "sh" "reconf"))))))
(native-inputs
`(("autoconf" ,autoconf)
("automake" ,automake)