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-crypto.scm (rust-olm-rs-2): Add variable.
Change-Id: I83a5dac6c15aebbca58d8010bd87ebf4e6de2e02
---
gnu/packages/crates-crypto.scm | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
diff --git a/gnu/packages/crates-crypto.scm b/gnu/packages/crates-crypto.scm
index 8875fa230f..1c62c49448 100644
--- a/gnu/packages/crates-crypto.scm
+++ b/gnu/packages/crates-crypto.scm
@@ -3045,6 +3045,31 @@ (define-public rust-nettle-sys-2
(license ;; licensed under either of these, at your option
(list license:lgpl3 license:gpl2 license:gpl3))))
+(define-public rust-olm-rs-2
+ (package
+ (name "rust-olm-rs")
+ (version "2.2.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (crate-uri "olm-rs" version))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32 "09f7mq2dahyhy7w0xbb8750skzh7wmzpnvbmnkby830iaiq2qv6x"))))
+ (build-system cargo-build-system)
+ (arguments
+ `(#:cargo-inputs (("rust-getrandom" ,rust-getrandom-0.2)
+ ("rust-olm-sys" ,rust-olm-sys-1)
+ ("rust-serde" ,rust-serde-1)
+ ("rust-serde-json" ,rust-serde-json-1)
+ ("rust-zeroize" ,rust-zeroize-1))
+ #:cargo-development-inputs (("rust-base64" ,rust-base64-0.11)
+ ("rust-json" ,rust-json-0.12))))
+ (home-page "https://gitlab.gnome.org/jhaye/olm-rs")
+ (synopsis "A Rust wrapper for libolm.")
+ (description "This package provides a Rust wrapper for libolm.")
+ (license license:asl2.0)))
+
(define-public rust-olm-sys-1
(package
(name "rust-olm-sys")
--
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.