guix-commits
[Top][All Lists]
Advanced

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

05/12: gnu: exim: Remove input labels.


From: guix-commits
Subject: 05/12: gnu: exim: Remove input labels.
Date: Sat, 25 Jun 2022 14:16:48 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit a47c9463d07263410ecddf6f9fe2b935a852a992
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Jun 19 02:00:03 2022 +0200

    gnu: exim: Remove input labels.
    
    * gnu/packages/mail.scm (exim)[inputs]:
    Remove input labels.
---
 gnu/packages/mail.scm | 24 ++++++++++++------------
 1 file changed, 12 insertions(+), 12 deletions(-)

diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm
index 7aea075006..3606efa4fe 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -1798,18 +1798,6 @@ delivery.")
        (sha256
         (base32 "18ziihkpa23lybm7m2l9wp2farxw0bd5ng7xm9ylgcrfgf95d6i9"))))
     (build-system gnu-build-system)
-    (inputs
-     `(("bdb" ,bdb-5.3) ; ‘#error Version 6 and later BDB API is not supported’
-       ("gnutls" ,gnutls/dane)
-       ("gzip" ,gzip)
-       ("bzip2" ,bzip2)
-       ("xz" ,xz)
-       ("perl" ,perl)
-       ("libnsl" ,libnsl)
-       ("libxt" ,libxt)
-       ("libxaw" ,libxaw)))
-    (native-inputs
-     (list pcre2 perl pkg-config))
     (arguments
      (list #:phases
            #~(modify-phases %standard-phases
@@ -1874,6 +1862,18 @@ delivery.")
            ;; No ‘check’ target.  The ‘test/’ suite assumes that particular
            ;; build options were (not) used and that it can freely ‘sudo’.
            #:tests? #f))
+    (native-inputs
+     (list pcre2 perl pkg-config))
+    (inputs
+     (list bdb-5.3     ; ‘#error Version 6 and later BDB API is not supported’
+           bzip2
+           gnutls/dane
+           gzip
+           libnsl
+           libxaw
+           libxt
+           perl
+           xz))
     (home-page "https://www.exim.org/";)
     (synopsis
      "Message Transfer Agent (MTA) developed at the University of Cambridge")



reply via email to

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