GNU bug report logs -
#69257
[PATCH 000/228 rust-team] WIP: Add GNOME Fractal dependencies.
Previous Next
Full log
View this message in rfc822 format
* gnu/packages/crates-io.scm (rust-matrix-sdk-test-macros-0.7): Add
variable.
Change-Id: I0282eb05fcfa9dcda296e0f58178519dac3ce49a
---
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 b5b1552dc6..f0e2316e8a 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -37424,6 +37424,27 @@ (define-public rust-matchers-0.0
`(#:cargo-inputs
(("rust-regex-automata" ,rust-regex-automata-0.1))))))
+(define-public rust-matrix-sdk-test-macros-0.7
+ (package
+ (name "rust-matrix-sdk-test-macros")
+ (version "0.7.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (crate-uri "matrix-sdk-test-macros" version))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32 "0yr48204a44irzg1l3yx1dlfskj8i71c97i6xki4n92i8pw0qnpb"))))
+ (build-system cargo-build-system)
+ (arguments
+ `(#:cargo-inputs (("rust-quote" ,rust-quote-1)
+ ("rust-syn" ,rust-syn-2))))
+ (home-page "https://github.com/matrix-org/matrix-rust-sdk")
+ (synopsis "Helper macros to write tests for the Matrix SDK")
+ (description "This package provides helper macros to write tests for
+the Matrix SDK.")
+ (license license:asl2.0)))
+
(define-public rust-matrixcompare-core-0.1
(package
(name "rust-matrixcompare-core")
--
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.