mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-29 07:42:23 -05:00
gnu: Remove rust-mimalloc-0.1.
* gnu/packages/crates-io.scm (rust-mimalloc-0.1): Delete variable. Change-Id: I815b9ddab66ab3e1c4a8e6e0defa0b78e7d766ca
This commit is contained in:
parent
75d4d067c5
commit
7e78f8a4b5
1 changed files with 0 additions and 23 deletions
|
@ -36485,29 +36485,6 @@ (define-public rust-migrations-macros-1
|
|||
embedded migrations.")
|
||||
(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
|
||||
(package
|
||||
(name "rust-mimalloc-rust")
|
||||
|
|
Loading…
Reference in a new issue