guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

17/18: gnu: Add rust-synchronoise-1.


From: guix-commits
Subject: 17/18: gnu: Add rust-synchronoise-1.
Date: Thu, 22 Sep 2022 06:28:10 -0400 (EDT)

rekado pushed a commit to branch rekados-rust-queue
in repository guix.

commit 004f51ec8695447d4476dca20b9dbf7d2ce31e16
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu Sep 22 00:06:29 2022 +0200

    gnu: Add rust-synchronoise-1.
    
    * gnu/packages/crates-io.scm (rust-synchronoise-1): New variable.
---
 gnu/packages/crates-io.scm | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index d91da74d6a..8112d02135 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -61940,6 +61940,28 @@ a syntax tree of Rust source code.")
      "This package provides the features between \"full\" and \"derive\" of 
syn.")
     (license (list license:asl2.0 license:expat))))
 
+(define-public rust-synchronoise-1
+  (package
+    (name "rust-synchronoise")
+    (version "1.0.0")
+    (source (origin
+              (method url-fetch)
+              (uri (crate-uri "synchronoise" version))
+              (file-name (string-append name "-" version ".tar.gz"))
+              (sha256
+               (base32
+                "1szasv8xl6z3gxfq8h8wllw2mq53d71nn29achxsnfcxzh7fs5yp"))))
+    (build-system cargo-build-system)
+    (arguments
+     `(#:cargo-inputs
+       (("rust-crossbeam-queue" ,rust-crossbeam-queue-0.1))))
+    (home-page "https://github.com/QuietMisdreavus/synchronoise";)
+    (synopsis "Synchronization primitives")
+    (description
+     "This package provides synchronization primitives that build upon the
+standard library.")
+    (license (list license:expat license:asl2.0))))
+
 (define-public rust-synom-0.11
   (package
     (name "rust-synom")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]