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:
Efraim Flashner 2020-01-15 10:14:37 +02:00
parent ff5639f5ad
commit 3e68f40044
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -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