guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/02: gnu: opensmtpd: Remove unused arguments.


From: guix-commits
Subject: 02/02: gnu: opensmtpd: Remove unused arguments.
Date: Fri, 1 Mar 2019 17:42:01 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 23e3094b87f80a810f25f76a8f8c2f1c52344933
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Fri Mar 1 18:42:27 2019 +0100

    gnu: opensmtpd: Remove unused arguments.
    
    * gnu/packages/mail.scm (opensmtpd)[arguments]: Remove unused procedure
    arguments to 'patch-FHS-file-names' phase.
---
 gnu/packages/mail.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm
index a9c8b9f..90bd79a 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -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")))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]