mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01:00
gnu: Remove rust-tikv-jemallocator-0.4.
* gnu/packages/crates-io.scm (rust-tikv-jemallocator-0.4): Delete variable. Change-Id: Ib57ea6767fd4454378f8820b7ebd9dfe6818e6b2
This commit is contained in:
parent
61a0d6b24b
commit
360f77f80b
1 changed files with 0 additions and 19 deletions
|
@ -83131,25 +83131,6 @@ (define-public rust-tikv-jemallocator-0.6
|
|||
(description "This package provides a Rust allocator backed by jemalloc.")
|
||||
(license (list license:expat license:asl2.0))))
|
||||
|
||||
(define-public rust-tikv-jemallocator-0.4
|
||||
(package
|
||||
(inherit rust-tikv-jemallocator-0.6)
|
||||
(name "rust-tikv-jemallocator")
|
||||
(version "0.4.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "tikv-jemallocator" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1pyc94yx74s3vxnr22gnpj0b2f87s0vql0c5ayy1b1zb0jkaa51w"))))
|
||||
(arguments
|
||||
`(#:skip-build? #t
|
||||
#:cargo-inputs
|
||||
(("rust-libc" ,rust-libc-0.2)
|
||||
("rust-tikv-jemalloc-sys" ,rust-tikv-jemalloc-sys-0.4))))))
|
||||
|
||||
(define-public rust-time-0.3
|
||||
(package
|
||||
(name "rust-time")
|
||||
|
|
Loading…
Reference in a new issue