GNU bug report logs - #69257
[PATCH 000/228 rust-team] WIP: Add GNOME Fractal dependencies.

Previous Next

Package: guix-patches;

Reported by: Herman Rimm <herman <at> rimm.ee>

Date: Sun, 18 Feb 2024 20:51:02 UTC

Severity: normal

Tags: patch

Full log


View this message in rfc822 format

From: Herman Rimm <herman <at> rimm.ee>
To: 69257 <at> debbugs.gnu.org
Cc: Efraim Flashner <efraim <at> flashner.co.il>
Subject: [bug#69257] [PATCH rust-team v2 099/117] gnu: Add rust-async-cell-0.2.
Date: Sun, 28 Apr 2024 20:56:05 +0200
* gnu/packages/crates-io.scm (rust-async-cell-0.2): Add variable.

Change-Id: I3853fb732bd70f51cb5378b99914c06444a68c78
---
 gnu/packages/crates-io.scm | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 31d7619de5..52ca6df7c3 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -4769,6 +4769,27 @@ (define-public rust-async-broadcast-0.5
         ("rust-futures-lite" ,rust-futures-lite-1)
         ("rust-futures-util" ,rust-futures-util-0.3))))))
 
+(define-public rust-async-cell-0.2
+  (package
+    (name "rust-async-cell")
+    (version "0.2.2")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (crate-uri "async_cell" version))
+       (file-name (string-append name "-" version ".tar.gz"))
+       (sha256
+        (base32 "1g32g9ybgmnxl4kz44v6wxzbbmp98g69xw2s9lxhl4qqwnffwkl3"))))
+    (build-system cargo-build-system)
+    (arguments
+     `(#:cargo-inputs (("rust-parking-lot" ,rust-parking-lot-0.12))
+       #:cargo-development-inputs (("rust-loom" ,rust-loom-0.5))))
+    (home-page "https://gitlab.com/samsartor/async_cell")
+    (synopsis "Cell<Option<T>> you can await on")
+    (description
+     "This package provides a Cell<Option<T>> that you can await on.")
+    (license license:expat)))
+
 (define-public rust-async-channel-2
   (package
     (name "rust-async-channel")
-- 
2.41.0





This bug report was last modified 1 year and 42 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.