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 @@ (define-public public-inbox
|
|||
(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)
|
||||
|
|
Loading…
Reference in a new issue