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:
parent
07095a301b
commit
3af44aa49c
1 changed files with 3 additions and 3 deletions
|
@ -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)
|
||||||
|
|
Reference in a new issue