gnu: libetpan: Rework custom phases.

* gnu/packages/mail.scm (libetpan)[arguments]: Use custom 'autogen phase
to replace 'boostrap phase.
master
Efraim Flashner 2019-08-07 19:27:12 +03:00
parent 1d05b683ef
commit 02abfcca46
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 1 additions and 1 deletions

View File

@ -1051,7 +1051,7 @@ useful features.")
(arguments
'(#:phases
(modify-phases %standard-phases
(add-after 'unpack 'autogen
(replace 'bootstrap
(lambda _
(setenv "NOCONFIGURE" "true")
(invoke "sh" "autogen.sh"))))