[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#48956] [PATCH 06/58] gnu: Add rust-tikv-jemalloc-sys-0.4.
From: |
Zheng Junjie |
Subject: |
[bug#48956] [PATCH 06/58] gnu: Add rust-tikv-jemalloc-sys-0.4. |
Date: |
Fri, 11 Jun 2021 19:44:42 +0800 |
From: Zheng junjie <873216071@qq.com>
* gnu/packages/crates-io.scm (rust-tikv-jemalloc-sys-0.4): New variable.
---
gnu/packages/crates-io.scm | 26 ++++++++++++++++++++++++++
1 file changed, 26 insertions(+)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index b97411f886..a33550b456 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -44890,6 +44890,32 @@ fixed set of worker threads.")
"You can bind to libsodium from Rust with this crate.")
(license (list license:asl2.0 license:expat))))
+(define-public rust-tikv-jemalloc-sys-0.4
+ (package
+ (name "rust-tikv-jemalloc-sys")
+ (version "0.4.1+5.2.1-patched")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (crate-uri "tikv-jemalloc-sys" version))
+ (file-name
+ (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32
+ "1lw6gy9gzk7g7h71nm8a5ybrilhqgr583mn80nslr78p0ldk69la"))))
+ (build-system cargo-build-system)
+ (arguments
+ `(#:skip-build? #t
+ #:cargo-inputs
+ (("rust-cc" ,rust-cc-1)
+ ("rust-fs-extra" ,rust-fs-extra-1)
+ ("rust-libc" ,rust-libc-0.2))))
+ (home-page
+ "https://github.com/tikv/jemallocator")
+ (synopsis "Rust FFI bindings to jemalloc")
+ (description "This package provides a Rust FFI bindings to jemalloc.")
+ (license (list license:expat license:asl2.0))))
+
(define-public rust-time-0.2
(package
(name "rust-time")
--
2.32.0
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [bug#48956] [PATCH 06/58] gnu: Add rust-tikv-jemalloc-sys-0.4.,
Zheng Junjie <=