summary refs log tree commit diff
path: root/gnu/packages
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2022-06-19 02:00:03 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2022-06-19 02:00:00 +0200
commita47c9463d07263410ecddf6f9fe2b935a852a992 (patch)
tree3affbc2806a2fcb5098e8c1b2b2376c101aee6ab /gnu/packages
parentf454e0fcaa6e41da1ec3caec91ebe87b27fe35d3 (diff)
downloadguix-a47c9463d07263410ecddf6f9fe2b935a852a992.tar.gz
gnu: exim: Remove input labels.
* gnu/packages/mail.scm (exim)[inputs]:
Remove input labels.
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/mail.scm24
1 files 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")