gnu: public-inbox: Make git a regular input.

* gnu/packages/mail.scm (public-inbox)[native-inputs]: Move GIT ...
[inputs]: ... here.
This commit is contained in:
Marius Bakke 2020-07-30 14:15:42 +02:00
parent 07095a301b
commit 3af44aa49c
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 3 additions and 3 deletions

View 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)