unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Nicolas Graves via Guix-patches via <guix-patches@gnu.org>
To: 57231@debbugs.gnu.org
Cc: Nicolas Graves <ngraves@ngraves.fr>
Subject: [bug#57231] [PATCH 3/3] gnu: rust-cargo: Repare build phase.
Date: Mon, 15 Aug 2022 23:14:56 +0200	[thread overview]
Message-ID: <20220815211456.19060-3-ngraves@ngraves.fr> (raw)
In-Reply-To: <20220815211456.19060-1-ngraves@ngraves.fr>

* 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





  parent reply	other threads:[~2022-08-15 21:17 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-08-15 21:08 [bug#57231] Fix rust-cargo build Nicolas Graves via Guix-patches via
2022-08-15 21:14 ` [bug#57231] [PATCH 1/3] gnu: rust-cargo-0.53: Move to (gnu packages crates-io) Nicolas Graves via Guix-patches via
2022-08-15 21:14   ` [bug#57231] [PATCH 2/3] gnu: rust-cargo-0.53: Rename package to rust-cargo Nicolas Graves via Guix-patches via
2022-08-15 21:14   ` Nicolas Graves via Guix-patches via [this message]
2022-08-16 17:03   ` [bug#57231] [PATCH 1/3] gnu: rust-cargo-0.53: Move to (gnu packages crates-io) ( via Guix-patches via
2022-08-20 22:57     ` Nicolas Graves via Guix-patches via
     [not found]       ` <87bkqy1h4y.fsf@ngraves.fr>
2022-09-29 13:04         ` bug#57231: " Nicolas Graves via Guix-patches via

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220815211456.19060-3-ngraves@ngraves.fr \
    --to=guix-patches@gnu.org \
    --cc=57231@debbugs.gnu.org \
    --cc=ngraves@ngraves.fr \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).