diff mbox series

[bug#53123] Fix rust-rbw

Message ID 87bl0nvvgr.fsf@ngraves.fr
State Accepted
Headers show
Series [bug#53123] Fix rust-rbw | expand

Checks

Context Check Description
cbaines/applying patch fail View Laminar job
cbaines/issue success View issue
cbaines/applying patch fail View Laminar job
cbaines/issue success View issue
cbaines/applying patch fail View Laminar job
cbaines/issue success View issue

Commit Message

Nicolas Graves Jan. 8, 2022, 1:52 a.m. UTC
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,

Comments

Nicolas Graves Aug. 4, 2022, 11:28 a.m. UTC | #1
This bug can be closed since rust-tokio-macros has been updated to
1.7.0, not relevant anymore.
Efraim Flashner Aug. 4, 2022, 5:38 p.m. UTC | #2
On Thu, Aug 04, 2022 at 01:28:57PM +0200, Nicolas Graves via Guix-patches via wrote:
> 
> This bug can be closed since rust-tokio-macros has been updated to
> 1.7.0, not relevant anymore. 
> 

Closing a bug can be done by sending an email to
xxxxx-done@debbugs.gnu.org, like I did with this email :)
\( Aug. 4, 2022, 5:41 p.m. UTC | #3
On Thu Aug 4, 2022 at 6:38 PM BST, Efraim Flashner wrote:
> Closing a bug can be done by sending an email to
> xxxxx-done@debbugs.gnu.org, like I did with this email :)
You could also do:

To: control@debbugs.gnu.org

close XXXXX
thanks

(I didn't know about the XXXXX-done trick, thanks :))

    -- (
diff mbox series

Patch

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