gnu: opensmtpd: Remove unused arguments.
* gnu/packages/mail.scm (opensmtpd)[arguments]: Remove unused procedure arguments to 'patch-FHS-file-names' phase.
This commit is contained in:
parent
38ab167fe7
commit
23e3094b87
|
@ -2017,7 +2017,7 @@ transfer protocols.")
|
|||
(modify-phases %standard-phases
|
||||
;; Fix some incorrectly hard-coded external tool file names.
|
||||
(add-after 'unpack 'patch-FHS-file-names
|
||||
(lambda* (#:key inputs #:allow-other-keys)
|
||||
(lambda _
|
||||
(substitute* "smtpd/smtpctl.c"
|
||||
(("/bin/cat") (which "cat"))
|
||||
(("/bin/sh") (which "sh")))
|
||||
|
|
Loading…
Reference in New Issue