summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2023-09-07 20:36:09 +0200
committerRicardo Wurmus <rekado@elephly.net>2023-09-07 20:36:09 +0200
commit5fe9be77ae8eef7a830ed7513b9b019110c55129 (patch)
tree110cd3cdab027ee1d312df46d25bf838e762dd33
parent971994eb0831e37a7924ed0bc8893a56e3a2b3f8 (diff)
gnu: postfix-minimal: Move deletion of configure phase to the top.
* gnu/packages/mail.scm (postfix-minimal)[arguments]: Move deletion clause to avoid confusion.
-rw-r--r--gnu/packages/mail.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm
index 6e86641fc19..90e2f8176b6 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -4988,6 +4988,7 @@ features:
4988 #:tests? #false ;no check target 4988 #:tests? #false ;no check target
4989 #:phases 4989 #:phases
4990 #~(modify-phases %standard-phases 4990 #~(modify-phases %standard-phases
4991 (delete 'configure)
4991 (add-before 'build 'patch-/bin/sh 4992 (add-before 'build 'patch-/bin/sh
4992 (lambda _ 4993 (lambda _
4993 (substitute* (find-files "." "^Makefile.in") 4994 (substitute* (find-files "." "^Makefile.in")
@@ -5074,8 +5075,7 @@ features:
5074 ;; replacing it with the upgrade target allows for 5075 ;; replacing it with the upgrade target allows for
5075 ;; a non-interactive install. 5076 ;; a non-interactive install.
5076 (replace 'install 5077 (replace 'install
5077 (lambda _ (invoke "make" "upgrade"))) 5078 (lambda _ (invoke "make" "upgrade"))))))
5078 (delete 'configure))))
5079 (inputs 5079 (inputs
5080 (list bdb libnsl)) 5080 (list bdb libnsl))
5081 (native-inputs 5081 (native-inputs