all messages for Guix-related lists mirrored at yhetil.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

* [bug#53123] [PATCH] Fix rust-rbw
  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
  0 siblings, 1 reply; 4+ messages in thread
From: Nicolas Graves via Guix-patches via @ 2022-08-04 11:28 UTC (permalink / raw)
  To: 53123


This bug can be closed since rust-tokio-macros has been updated to
1.7.0, not relevant anymore. 

-- 
Best regards,
Nicolas Graves




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

* bug#53123: [PATCH] Fix rust-rbw
  2022-08-04 11:28 ` Nicolas Graves via Guix-patches via
@ 2022-08-04 17:38   ` Efraim Flashner
  2022-08-04 17:41     ` [bug#53123] " ( via Guix-patches via
  0 siblings, 1 reply; 4+ messages in thread
From: Efraim Flashner @ 2022-08-04 17:38 UTC (permalink / raw)
  To: Nicolas Graves; +Cc: 53123-done

[-- Attachment #1: Type: text/plain, Size: 521 bytes --]

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

-- 
Efraim Flashner   <efraim@flashner.co.il>   אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

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

* [bug#53123] [PATCH] Fix rust-rbw
  2022-08-04 17:38   ` bug#53123: " Efraim Flashner
@ 2022-08-04 17:41     ` ( via Guix-patches via
  0 siblings, 0 replies; 4+ messages in thread
From: ( via Guix-patches via @ 2022-08-04 17:41 UTC (permalink / raw)
  To: Efraim Flashner, Nicolas Graves; +Cc: 53123-done

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

    -- (




^ permalink raw reply	[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 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.