unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#53123] [PATCH] Fix rust-rbw
@ 2022-01-08  1:52 Nicolas Graves via Guix-patches via
  2022-08-04 11:28 ` Nicolas Graves via Guix-patches via
  0 siblings, 1 reply; 4+ messages in thread
From: Nicolas Graves via Guix-patches via @ 2022-01-08  1:52 UTC (permalink / raw)
  To: 53123

[-- 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


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-08-04 17:42 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-08  1:52 [bug#53123] [PATCH] Fix rust-rbw Nicolas Graves via Guix-patches via
2022-08-04 11:28 ` 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

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).