guix-commits
[Top][All Lists]
Advanced

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

08/10: gnu: public-inbox: Make git a regular input.


From: guix-commits
Subject: 08/10: gnu: public-inbox: Make git a regular input.
Date: Thu, 30 Jul 2020 12:23:48 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 3af44aa49c8ed3dfd335cdfa132c0c2c9476e7b4
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Thu Jul 30 14:15:42 2020 +0200

    gnu: public-inbox: Make git a regular input.
    
    * gnu/packages/mail.scm (public-inbox)[native-inputs]: Move GIT ...
    [inputs]: ... here.
---
 gnu/packages/mail.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm
index 805e8e3..5af6102 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -3347,13 +3347,13 @@ related tools to process winmail.dat files.")
                  (find-files (string-append out "/bin"))))
               #t)))))
      (native-inputs
-      `(("git" ,git)
-        ("xapian" ,xapian)
+      `(("xapian" ,xapian)
         ;; For testing.
         ("lsof" ,lsof)
         ("openssl" ,openssl)))
      (inputs
-      `(("perl-dbd-sqlite" ,perl-dbd-sqlite)
+      `(("git" ,git)
+        ("perl-dbd-sqlite" ,perl-dbd-sqlite)
         ("perl-dbi" ,perl-dbi)
         ("perl-email-address-xs" ,perl-email-address-xs)
         ("perl-email-mime-contenttype" ,perl-email-mime-contenttype)



reply via email to

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