gnu: Add rust-jemalloc-sys-0.1.

* gnu/packages/crates-io.scm (rust-jemalloc-sys-0.1): New variable.
This commit is contained in:
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

View file

@ -6132,6 +6132,24 @@ (define-public rust-jemalloc-sys-0.3
(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")