GNU bug report logs -
#46192
[PATCH 01/22] gnu: Add rust-boxfnonce-0.1.
Previous Next
Reported by: aecepoglu <aecepoglu <at> fastmail.fm>
Date: Sat, 30 Jan 2021 14:12:01 UTC
Severity: normal
Tags: patch
Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
Bug is archived. No further changes may be made.
Full log
Message #41 received at 46192 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/crates-io.scm (rust-trackable-0.2): New variable.
---
gnu/packages/crates-io.scm | 31 +++++++++++++++++++++++++++++++
1 file changed, 31 insertions(+)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index e353517eea..0966407d36 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -38312,6 +38312,37 @@ application authors using tracing to instrument their applications.")
("rust-tracing" ,rust-tracing-0.1)
("rust-tracing-log" ,rust-tracing-log-0.1))))))
+(define-public rust-trackable-0.2
+ (package
+ (name "rust-trackable")
+ (version "0.2.23")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (crate-uri "trackable" version))
+ (file-name
+ (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32
+ "19ggf85y140xyqfgjib50jb3j1fb49c9d54pmh73cxdhacy5qiqi"))))
+ (build-system cargo-build-system)
+ (arguments
+ `(#:skip-build?
+ #t
+ #:cargo-inputs
+ (("rust-serde" ,rust-serde-1)
+ ("rust-serde-derive" ,rust-serde-derive-1)
+ ("rust-trackable-derive"
+ ,rust-trackable-derive-0.1))))
+ (home-page "https://github.com/sile/trackable")
+ (synopsis
+ "This library provides a way to track objects manually as an
+ alternative to mechanisms like backtracing")
+ (description
+ "This library provides a way to track objects manually as an
+ alternative to mechanisms like backtracing")
+ (license license:expat)))
+
(define-public rust-trackable-derive-0.1
(package
(name "rust-trackable-derive")
--
2.30.0
This bug report was last modified 4 years and 189 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.