me
/
guix
Archived
1
0
Fork 0

gnu: rust-heapsize-plugin-0.1: Don't hide package.

* gnu/packages/crates-io.scm (rust-heapsize-plugin-0.1)[arguments]: Skip
build. Add rust-heapsize-0.3 to cargo-inputs.
[properties]: Remove field.
master
Efraim Flashner 2020-01-15 10:16:18 +02:00
parent 3e68f40044
commit 09b79f3bd5
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 3 additions and 1 deletions

View File

@ -4154,12 +4154,14 @@ heap.")
(base32
"1i72isf699q9jl167g2kg4xd6h3cd05rc79zaph58aqjy0g0m9y9"))))
(build-system cargo-build-system)
(arguments
`(#:skip-build? #t
#:cargo-inputs (("rust-heapsize" ,rust-heapsize-0.3))))
(home-page "https://github.com/servo/heapsize")
(synopsis "Measure runtime size of an object on the heap")
(description
"This package automatically generates infrastructure for measuring the
total runtime size of an object on the heap")
(properties `((hidden? . #t)))
(license license:mpl2.0)))
(define-public rust-hex-0.3