mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: rust-heapsize-0.4: Don't hide package.
* gnu/packages/crates-io.scm (rust-heapsize-0.4)[arguments]: Skip build. Add rust-winapi-0.3 to cargo-inputs. [properties]: Remove field.
This commit is contained in:
parent
ff5639f5ad
commit
3e68f40044
1 changed files with 4 additions and 3 deletions
|
@ -4112,12 +4112,14 @@ IEEE 754-2008 binary16 type.")
|
||||||
(base32
|
(base32
|
||||||
"0q94q9ppqjgrw71swiyia4hgby2cz6dldp7ij57nkvhd6zmfcy8n"))))
|
"0q94q9ppqjgrw71swiyia4hgby2cz6dldp7ij57nkvhd6zmfcy8n"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
|
(arguments
|
||||||
|
`(#:skip-build? #t
|
||||||
|
#:cargo-inputs (("rust-winapi" ,rust-winapi-0.3))))
|
||||||
(home-page "https://github.com/servo/heapsize")
|
(home-page "https://github.com/servo/heapsize")
|
||||||
(synopsis "Measure the total runtime size of an object on the heap")
|
(synopsis "Measure the total runtime size of an object on the heap")
|
||||||
(description
|
(description
|
||||||
"Infrastructure for measuring the total runtime size of an object on the
|
"Infrastructure for measuring the total runtime size of an object on the
|
||||||
heap.")
|
heap.")
|
||||||
(properties '((hidden? . #t)))
|
|
||||||
(license (list license:asl2.0
|
(license (list license:asl2.0
|
||||||
license:expat))))
|
license:expat))))
|
||||||
|
|
||||||
|
@ -4136,8 +4138,7 @@ heap.")
|
||||||
"0dmwc37vgsdjzk10443dj4f23439i9gch28jcwzmry3chrwx8v2m"))))
|
"0dmwc37vgsdjzk10443dj4f23439i9gch28jcwzmry3chrwx8v2m"))))
|
||||||
(arguments
|
(arguments
|
||||||
`(#:skip-build? #t
|
`(#:skip-build? #t
|
||||||
#:cargo-inputs (("rust-kernel32-sys" ,rust-kernel32-sys-0.2))))
|
#:cargo-inputs (("rust-kernel32-sys" ,rust-kernel32-sys-0.2))))))
|
||||||
(properties '())))
|
|
||||||
|
|
||||||
;; This package makes use of removed features
|
;; This package makes use of removed features
|
||||||
(define-public rust-heapsize-plugin-0.1
|
(define-public rust-heapsize-plugin-0.1
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue