me
/
guix
Archived
1
0
Fork 0

gnu: Add rust-heapsize-0.3.

* gnu/packages/crates-io.scm (rust-heapsize-0.3): New variable.
master
Efraim Flashner 2019-09-02 15:42:08 +03:00
parent bb41995dc7
commit 7439498366
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 17 additions and 0 deletions

View File

@ -664,6 +664,23 @@ heap.")
(license (list license:asl2.0 (license (list license:asl2.0
license:expat)))) license:expat))))
(define-public rust-heapsize-0.3
(package
(inherit rust-heapsize)
(name "rust-heapsize")
(version "0.3.9")
(source
(origin
(method url-fetch)
(uri (crate-uri "heapsize" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
"0dmwc37vgsdjzk10443dj4f23439i9gch28jcwzmry3chrwx8v2m"))))
(arguments
`(#:cargo-inputs (("rust-kernel32-sys" ,rust-kernel32-sys))
#:tests? #f)))) ;; No flexible-tests feature flags on this release.
(define-public rust-hex (define-public rust-hex
(package (package
(name "rust-hex") (name "rust-hex")