From: Nicolas Graves via Guix-patches via <guix-patches@gnu.org>
To: 53123@debbugs.gnu.org
Subject: [bug#53123] [PATCH] Fix rust-rbw
Date: Sat, 08 Jan 2022 02:52:41 +0100 [thread overview]
Message-ID: <87bl0nvvgr.fsf@ngraves.fr> (raw)
[-- Attachment #1: Type: text/plain, Size: 395 bytes --]
Hi !
Among my first contributions, don't hesitate to make comments so that I
can improve ;)
I did a series of patches to add the rust-rbw package, which I enjoyed on
my previous OS. A small error prevented the packages from building,
corrected in this patch.
I'm currently trying to build the resulting crates-io packages at this
place : cuirass.ngraves.fr, and it builds locally.
Cheers,
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-Fix-rust-rbw-rust-tokio-macros-dependency.patch --]
[-- Type: text/x-patch, Size: 958 bytes --]
From 6333d777dbdcde18615501b45dd7aee167d91590 Mon Sep 17 00:00:00 2001
From: Nicolas Graves <ngraves@ngraves.fr>
Date: Sat, 8 Jan 2022 02:50:51 +0100
Subject: [PATCH] Fix rust-rbw : rust-tokio-macros dependency
---
gnu/packages/crates-io.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index b66b39e9d3..3cb5957a1c 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -57879,7 +57879,7 @@ (define-public rust-tokio-1.15
("rust-parking-lot" ,rust-parking-lot-0.11)
("rust-pin-project-lite" ,rust-pin-project-lite-0.2)
("rust-signal-hook-registry" ,rust-signal-hook-registry-1)
- ("rust-tokio-macros" ,rust-tokio-macros-1)
+ ("rust-tokio-macros" ,rust-tokio-macros-1.7)
("rust-tracing" ,rust-tracing-0.1)
("rust-winapi" ,rust-winapi-0.3))))
(home-page "https://tokio.rs")
--
2.34.0
next reply other threads:[~2022-01-08 2:04 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-01-08 1:52 Nicolas Graves via Guix-patches via [this message]
2022-08-04 11:28 ` [bug#53123] [PATCH] Fix rust-rbw Nicolas Graves via Guix-patches via
2022-08-04 17:38 ` bug#53123: " Efraim Flashner
2022-08-04 17:41 ` [bug#53123] " ( 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=87bl0nvvgr.fsf@ngraves.fr \
--to=guix-patches@gnu.org \
--cc=53123@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.