guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: bat: Fix build.


From: guix-commits
Subject: branch master updated: gnu: bat: Fix build.
Date: Sun, 06 Dec 2020 07:56:14 -0500

This is an automated email from the git hooks/post-receive script.

ngz pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new ee00b7c  gnu: bat: Fix build.
ee00b7c is described below

commit ee00b7c3ec92baaf0d509dff12104279960ec001
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Dec 6 13:54:59 2020 +0100

    gnu: bat: Fix build.
    
    * gnu/packages/rust-apps.scm (bat)[native-inputs]: Add pkg-config.
    [inputs]: Add libgit2.
    
    This is a followup to 063f6dfc37a674b24ca75fd20530a8039bddfd8f.
---
 gnu/packages/rust-apps.scm | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/rust-apps.scm b/gnu/packages/rust-apps.scm
index c77ee71..c3d1d3b 100644
--- a/gnu/packages/rust-apps.scm
+++ b/gnu/packages/rust-apps.scm
@@ -76,8 +76,11 @@
        (("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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]