GNU bug report logs -
#70685
[PATCH 00/30] Add rust-osm-io.
Previous Next
Reported by: Wilko Meyer <w <at> wmeyer.eu>
Date: Tue, 30 Apr 2024 22:27:01 UTC
Severity: normal
Tags: patch
Done: Andreas Enge <andreas <at> enge.fr>
Bug is archived. No further changes may be made.
Full log
Message #38 received at 70685 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/crates-io.scm (rust-command-executor-0.1): New variable.
Change-Id: I749e6678aff0030e1d290b3702fe781ac756f78a
---
gnu/packages/crates-io.scm | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index b73c26b51c..11e1627bdf 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -12655,6 +12655,26 @@ (define-public rust-comfy-table-1
("rust-strum" ,rust-strum-0.20)
("rust-strum-macros" ,rust-strum-macros-0.20))))))
+(define-public rust-command-executor-0.1
+ (package
+ (name "rust-command-executor")
+ (version "0.1.1")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (crate-uri "command-executor" version))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32 "08h344rxxlw2ngyvqwz7ls7vvhkpl1kzq67rhi3rx5aq25xxmw61"))))
+ (build-system cargo-build-system)
+ (arguments
+ `(#:cargo-inputs (("rust-anyhow" ,rust-anyhow-1)
+ ("rust-crossbeam" ,rust-crossbeam-0.8))))
+ (home-page "https://www.navigatorsguild.io/")
+ (synopsis "Command Executor thread pool")
+ (description "This crate provides a command executor thread pool.")
+ (license (list license:expat license:asl2.0))))
+
(define-public rust-common-path-1
(package
(name "rust-common-path")
--
2.41.0
This bug report was last modified 45 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.