gnu: public-inbox: Make git a regular input.
authorMarius Bakke <marius@gnu.org>
Thu, 30 Jul 2020 12:15:42 +0000 (14:15 +0200)
committerMarius Bakke <marius@gnu.org>
Thu, 30 Jul 2020 16:18:12 +0000 (18:18 +0200)
* gnu/packages/mail.scm (public-inbox)[native-inputs]: Move GIT ...
[inputs]: ... here.

gnu/packages/mail.scm

index 805e8e3..5af6102 100644 (file)
@@ -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)