guix-patches
[Top][All Lists]
Advanced

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

[bug#57231] [PATCH 3/3] gnu: rust-cargo: Repare build phase.


From: Nicolas Graves
Subject: [bug#57231] [PATCH 3/3] gnu: rust-cargo: Repare build phase.
Date: Mon, 15 Aug 2022 23:14:56 +0200

* gnu/packages/rust-apps.scm (rust-cargo): Repare build phase.
  [inputs]: Add libgit2-1.3.
---
 gnu/packages/rust-apps.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/rust-apps.scm b/gnu/packages/rust-apps.scm
index 4d3e9cdcfb..089b3377d5 100644
--- a/gnu/packages/rust-apps.scm
+++ b/gnu/packages/rust-apps.scm
@@ -1618,7 +1618,7 @@ (define-public rust-cargo
     (native-inputs
      (list pkg-config))
     (inputs
-     (list curl libssh2 openssl zlib))
+     (list curl libssh2 openssl zlib libgit2-1.3))
     (home-page "https://crates.io";)
     (synopsis "Package manager for Rust")
     (description "Cargo, a package manager for Rust.  This package provides
-- 
2.37.2






reply via email to

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