guix-commits
[Top][All Lists]
Advanced

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

114/154: gnu: Remove rust-jod-thread-0.1.


From: guix-commits
Subject: 114/154: gnu: Remove rust-jod-thread-0.1.
Date: Mon, 22 Jan 2024 15:37:09 -0500 (EST)

efraim pushed a commit to branch rust-team
in repository guix.

commit 3fff23efab339c96a587a23bf436fc5af3812d57
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Mon Jan 22 22:05:35 2024 +0200

    gnu: Remove rust-jod-thread-0.1.
    
    * gnu/packages/crates-io.scm (rust-jod-thread-0.1): Delete variable.
    
    Change-Id: I87b6d505d8b8e6f58b39543339dce3e4ef1c865e
---
 gnu/packages/crates-io.scm | 24 ------------------------
 1 file changed, 24 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 22e6ca7b09..518a942291 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -31219,30 +31219,6 @@ the jni-bindgen code generator for binding to JVM APIs 
from Rust.")
      "An implementation of the GNU make jobserver for Rust.")
     (license (list license:expat license:asl2.0))))
 
-(define-public rust-jod-thread-0.1
-  (package
-    (name "rust-jod-thread")
-    (version "0.1.2")
-    (source
-     (origin
-       (method url-fetch)
-       (uri (crate-uri "jod-thread" version))
-       (file-name
-        (string-append name "-" version ".tar.gz"))
-       (sha256
-        (base32
-         "1bj7g6l59ybcf33znf80ccqbxvs1cmd8ynd4m8h7ywdqk473c8wb"))))
-    (build-system cargo-build-system)
-    (arguments `(#:skip-build? #t))
-    (home-page
-     "https://github.com/matklad/jod-thread";)
-    (synopsis
-     "Thin wrapper around @code{std::thread} which joins on drop by default")
-    (description
-     "Join On Drop thread (jod_thread) is a thin wrapper around
-@code{std::thread}, which makes sure that by default all threads are joined.")
-    (license (list license:expat license:asl2.0))))
-
 (define-public rust-jsonpath-lib-0.3
   (package
     (name "rust-jsonpath-lib")



reply via email to

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