guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: rust-cargo-c: Add missing input.


From: guix-commits
Subject: branch master updated: gnu: rust-cargo-c: Add missing input.
Date: Mon, 20 Jun 2022 07:43:48 -0400

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

efraim pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new ceb508528f gnu: rust-cargo-c: Add missing input.
ceb508528f is described below

commit ceb508528fbc117b44acab0d57fef1afe6bd6603
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Mon Jun 20 14:31:40 2022 +0300

    gnu: rust-cargo-c: Add missing input.
    
    This is a follow-up to 6f2df20b0f8555ab1568ad1d661cb6e737a4bb8f.
    
    * gnu/packages/rust-apps.scm (rust-cargo-c)[inputs]: Add libgit2-1.3.
---
 gnu/packages/rust-apps.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/rust-apps.scm b/gnu/packages/rust-apps.scm
index 6d97e289c2..0d5034ffb7 100644
--- a/gnu/packages/rust-apps.scm
+++ b/gnu/packages/rust-apps.scm
@@ -1,6 +1,6 @@
 ;;; GNU Guix --- Functional package management for GNU
 ;;; Copyright © 2019, 2020 John Soo <jsoo1@asu.edu>
-;;; Copyright © 2019, 2020, 2021 Efraim Flashner <efraim@flashner.co.il>
+;;; Copyright © 2019-2022 Efraim Flashner <efraim@flashner.co.il>
 ;;; Copyright © 2020 Jakub Kądziołka <kuba@kadziolka.net>
 ;;; Copyright © 2020 Michael Rohleder <mike@rohleder.de>
 ;;; Copyright © 2020 Leo Famulari <leo@famulari.name>
@@ -1571,7 +1571,7 @@ support for Rust.")
     (native-inputs
      (list pkg-config))
     (inputs
-     (list curl libssh2 openssl zlib))
+     (list curl libgit2-1.3 libssh2 openssl zlib))
     (home-page "https://github.com/lu-zero/cargo-c";)
     (synopsis "Build and install C-compatible libraries")
     (description



reply via email to

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