Archived
1
0
Fork 0

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

View file

@ -3347,13 +3347,13 @@ related tools to process winmail.dat files.")
(find-files (string-append out "/bin")))) (find-files (string-append out "/bin"))))
#t))))) #t)))))
(native-inputs (native-inputs
`(("git" ,git) `(("xapian" ,xapian)
("xapian" ,xapian)
;; For testing. ;; For testing.
("lsof" ,lsof) ("lsof" ,lsof)
("openssl" ,openssl))) ("openssl" ,openssl)))
(inputs (inputs
`(("perl-dbd-sqlite" ,perl-dbd-sqlite) `(("git" ,git)
("perl-dbd-sqlite" ,perl-dbd-sqlite)
("perl-dbi" ,perl-dbi) ("perl-dbi" ,perl-dbi)
("perl-email-address-xs" ,perl-email-address-xs) ("perl-email-address-xs" ,perl-email-address-xs)
("perl-email-mime-contenttype" ,perl-email-mime-contenttype) ("perl-email-mime-contenttype" ,perl-email-mime-contenttype)