mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00: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 @@ 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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue