Revert "gnu: Remove rust-mimalloc-0.1."
This reverts commit 7e78f8a4b5
.
This commit is contained in:
parent
c880ec5a61
commit
87be8f61b7
1 changed files with 23 additions and 0 deletions
|
@ -37963,6 +37963,29 @@ migration mechanism.")
|
||||||
embedded migrations.")
|
embedded migrations.")
|
||||||
(license (list license:expat license:asl2.0))))
|
(license (list license:expat license:asl2.0))))
|
||||||
|
|
||||||
|
(define-public rust-mimalloc-0.1
|
||||||
|
(package
|
||||||
|
(name "rust-mimalloc")
|
||||||
|
(version "0.1.39")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (crate-uri "mimalloc" version))
|
||||||
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"176w9gf5qxs07kd2q39f0k25rzmp4kyx5r13wc8sk052bqmr40gs"))))
|
||||||
|
(build-system cargo-build-system)
|
||||||
|
(arguments
|
||||||
|
`(#:cargo-inputs
|
||||||
|
(("rust-libmimalloc-sys" ,rust-libmimalloc-sys-0.1))))
|
||||||
|
(inputs (list mimalloc))
|
||||||
|
(home-page "https://crates.io/crates/mimalloc")
|
||||||
|
(synopsis "Performance and security oriented drop-in allocator")
|
||||||
|
(description "This package provides a performance and security oriented
|
||||||
|
drop-in allocator.")
|
||||||
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public rust-mimalloc-rust-0.1
|
(define-public rust-mimalloc-rust-0.1
|
||||||
(package
|
(package
|
||||||
(name "rust-mimalloc-rust")
|
(name "rust-mimalloc-rust")
|
||||||
|
|
Reference in a new issue