me
/
guix
Archived
1
0
Fork 0

gnu: Add rust-jemalloc-sys-0.1.

* gnu/packages/crates-io.scm (rust-jemalloc-sys-0.1): New variable.
master
Efraim Flashner 2020-02-19 09:39:22 +02:00
parent f8bf241c93
commit b08b29879d
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 18 additions and 0 deletions

View File

@ -6132,6 +6132,24 @@ wasm-bindgen crate.")
(license (list license:asl2.0
license:expat))))
(define-public rust-jemalloc-sys-0.1
(package
(inherit rust-jemalloc-sys-0.3)
(name "rust-jemalloc-sys")
(version "0.1.8")
(source
(origin
(method url-fetch)
(uri (crate-uri "jemalloc-sys" version))
(file-name
(string-append name "-" version ".tar.gz"))
(sha256
(base32
"1bh07rlzgg39ys1lsgnpxgvjj6blagp2h17fx267d0g3a272rimz"))
(modules '((guix build utils)))
(snippet
'(begin (delete-file-recursively "jemalloc") #t))))))
(define-public rust-jemallocator-0.3
(package
(name "rust-jemallocator")