gnu: bat: Fix build.
* gnu/packages/rust-apps.scm (bat)[native-inputs]: Add pkg-config.
[inputs]: Add libgit2.
This is a followup to 063f6dfc37
.
master
parent
8bc7015e71
commit
ee00b7c3ec
|
@ -76,8 +76,11 @@
|
||||||
(("rust-assert-cmd" ,rust-assert-cmd-1)
|
(("rust-assert-cmd" ,rust-assert-cmd-1)
|
||||||
("rust-predicates" ,rust-predicates-1)
|
("rust-predicates" ,rust-predicates-1)
|
||||||
("rust-tempdir" ,rust-tempdir-0.3))))
|
("rust-tempdir" ,rust-tempdir-0.3))))
|
||||||
|
(native-inputs
|
||||||
|
`(("pkg-config" ,pkg-config)))
|
||||||
(inputs
|
(inputs
|
||||||
`(("zlib" ,zlib)))
|
`(("libgit2" ,libgit2)
|
||||||
|
("zlib" ,zlib)))
|
||||||
(home-page "https://github.com/sharkdp/bat")
|
(home-page "https://github.com/sharkdp/bat")
|
||||||
(synopsis "@command{cat} clone with syntax highlighting and git integration")
|
(synopsis "@command{cat} clone with syntax highlighting and git integration")
|
||||||
(description
|
(description
|
||||||
|
|
Reference in New Issue