all messages for Guix-related lists mirrored at yhetil.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 2/3] gnu: rust-cargo-0.53: Rename package to rust-cargo.
Date: Mon, 15 Aug 2022 23:14:55 +0200	[thread overview]
Message-ID: <20220815211456.19060-2-ngraves@ngraves.fr> (raw)
In-Reply-To: <20220815211456.19060-1-ngraves@ngraves.fr>

* gnu/packages/rust-apps.scm (rust-cargo-0.53): Define in terms of
'deprecated-package'.
(rust-cargo): New variable, formerly known as "rust-cargo-0.53".
---
 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 642219a329..4d3e9cdcfb 100644
--- a/gnu/packages/rust-apps.scm
+++ b/gnu/packages/rust-apps.scm
@@ -1539,7 +1539,7 @@ (define-public rust-analyzer
 support for Rust.")
     (license (list license:expat license:asl2.0))))
 
-(define-public rust-cargo-0.53
+(define-public rust-cargo
   (package
     (name "rust-cargo")
     (version "0.53.0")
@@ -1642,7 +1642,7 @@ (define-public rust-cargo-c
     (arguments
      `(#:cargo-inputs
        (("rust-cbindgen" ,rust-cbindgen-0.19)
-        ("rust-cargo" ,rust-cargo-0.53) ;
+        ("rust-cargo" ,rust-cargo)
         ("rust-anyhow" ,rust-anyhow-1)
         ("rust-pretty-env-logger" ,rust-pretty-env-logger-0.4)
         ("rust-structopt" ,rust-structopt-0.3)
-- 
2.37.2





  reply	other threads:[~2022-08-15 21:16 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   ` Nicolas Graves via Guix-patches via [this message]
2022-08-15 21:14   ` [bug#57231] [PATCH 3/3] gnu: rust-cargo: Repare build phase Nicolas Graves via Guix-patches via
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

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

  git send-email \
    --in-reply-to=20220815211456.19060-2-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 external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.