GNU bug report logs -
#69257
[PATCH 000/228 rust-team] WIP: Add GNOME Fractal dependencies.
Previous Next
Full log
Message #542 received at 69257 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/crates-io.scm (rust-grpcio-0.12): Add variable.
Change-Id: I985317ac862f4b50e3428ee6f9dbcf57f8eae5a6
---
gnu/packages/crates-io.scm | 29 +++++++++++++++++++++++++++++
1 file changed, 29 insertions(+)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index d8e4f6f949..83dcf109f1 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -27823,6 +27823,35 @@ (define-public rust-groupable-0.2
"This package aggregates groups of values from key-value iterators.")
(license license:expat)))
+(define-public rust-grpcio-0.12
+ (package
+ (name "rust-grpcio")
+ (version "0.12.1")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (crate-uri "grpcio" version))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32 "02j3dxlww8m2gf09m2abiw2msgyqkvd2z4w1viibdbhva3535630"))))
+ (build-system cargo-build-system)
+ (arguments
+ `(#:cargo-inputs (("rust-bytes" ,rust-bytes-1)
+ ("rust-futures-executor" ,rust-futures-executor-0.3)
+ ("rust-futures-util" ,rust-futures-util-0.3)
+ ("rust-grpcio-sys" ,rust-grpcio-sys-0.12)
+ ("rust-libc" ,rust-libc-0.2)
+ ("rust-log" ,rust-log-0.4)
+ ("rust-parking-lot" ,rust-parking-lot-0.12)
+ ("rust-prost" ,rust-prost-0.11)
+ ("rust-protobuf" ,rust-protobuf-2))))
+ (home-page "https://github.com/tikv/grpc-rs")
+ (synopsis "Rust implementation of gRPC based on the C core library.")
+ (description
+ "This package provides the Rust language implementation of
+@code{gRPC} based on the @code{gRPC} C core library.")
+ (license license:asl2.0)))
+
(define-public rust-grpcio-compiler-0.12
(package
(name "rust-grpcio-compiler")
--
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.