mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 06:46:50 +01:00
gnu: libetpan: Rework custom phases.
* gnu/packages/mail.scm (libetpan)[arguments]: Use custom 'autogen phase to replace 'boostrap phase.
This commit is contained in:
parent
1d05b683ef
commit
02abfcca46
1 changed files with 1 additions and 1 deletions
|
@ -1051,7 +1051,7 @@ (define-public libetpan
|
|||
(arguments
|
||||
'(#:phases
|
||||
(modify-phases %standard-phases
|
||||
(add-after 'unpack 'autogen
|
||||
(replace 'bootstrap
|
||||
(lambda _
|
||||
(setenv "NOCONFIGURE" "true")
|
||||
(invoke "sh" "autogen.sh"))))
|
||||
|
|
Loading…
Reference in a new issue