mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 06:42:14 -05:00
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:
parent
3e68f40044
commit
09b79f3bd5
1 changed files with 3 additions and 1 deletions
|
@ -4154,12 +4154,14 @@ (define-public rust-heapsize-plugin-0.1
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue