gnu: bat: Fix build.

* gnu/packages/rust-apps.scm (bat)[native-inputs]: Add pkg-config.
[inputs]: Add libgit2.

This is a followup to 063f6dfc37.
This commit is contained in:
Nicolas Goaziou 2020-12-06 13:54:59 +01:00
parent 8bc7015e71
commit ee00b7c3ec
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -76,8 +76,11 @@ (define-public bat
(("rust-assert-cmd" ,rust-assert-cmd-1)
("rust-predicates" ,rust-predicates-1)
("rust-tempdir" ,rust-tempdir-0.3))))
(native-inputs
`(("pkg-config" ,pkg-config)))
(inputs
`(("zlib" ,zlib)))
`(("libgit2" ,libgit2)
("zlib" ,zlib)))
(home-page "https://github.com/sharkdp/bat")
(synopsis "@command{cat} clone with syntax highlighting and git integration")
(description