gnu: postfix-minimal: Move deletion of configure phase to the top.

* gnu/packages/mail.scm (postfix-minimal)[arguments]: Move deletion clause to
avoid confusion.
This commit is contained in:
Ricardo Wurmus 2023-09-07 20:36:09 +02:00
parent 971994eb08
commit 5fe9be77ae
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -4988,6 +4988,7 @@ (define-public postfix-minimal
#:tests? #false ;no check target
#:phases
#~(modify-phases %standard-phases
(delete 'configure)
(add-before 'build 'patch-/bin/sh
(lambda _
(substitute* (find-files "." "^Makefile.in")
@ -5074,8 +5075,7 @@ (define-public postfix-minimal
;; replacing it with the upgrade target allows for
;; a non-interactive install.
(replace 'install
(lambda _ (invoke "make" "upgrade")))
(delete 'configure))))
(lambda _ (invoke "make" "upgrade"))))))
(inputs
(list bdb libnsl))
(native-inputs