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.
This commit is contained in:
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

View file

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