gnu: opensmtpd: Remove unused arguments.

* gnu/packages/mail.scm (opensmtpd)[arguments]: Remove unused procedure
arguments to 'patch-FHS-file-names' phase.
master
Tobias Geerinckx-Rice 2019-03-01 18:42:27 +01:00
parent 38ab167fe7
commit 23e3094b87
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 1 additions and 1 deletions

View File

@ -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")))