diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm index 6e86641fc1..90e2f8176b 100644 --- a/gnu/packages/mail.scm +++ b/gnu/packages/mail.scm @@ -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