gnu: rust-findshlibs-0.5: Don't hide package.

* gnu/packages/crates-io.scm (rust-findshlibs-0.5)[arguments]: Skip
build. Add rust-lazy-static-1.3, rust-libc-0.2 to cargo-inputs.
[properties]: Remove field.
This commit is contained in:
Efraim Flashner 2020-01-16 17:22:01 +02:00
parent 1c9d47b642
commit ced2466617
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -2989,12 +2989,16 @@ representation.")
(base32 (base32
"1n2vagn0q5yim32hxkwi1cjgp3yn1dm45p7z8nw6lapywihhs9mi")))) "1n2vagn0q5yim32hxkwi1cjgp3yn1dm45p7z8nw6lapywihhs9mi"))))
(build-system cargo-build-system) (build-system cargo-build-system)
(arguments
`(#:skip-build? #t
#:cargo-inputs
(("rust-lazy-static" ,rust-lazy-static-1.3)
("rust-libc" ,rust-libc-0.2))))
(home-page "https://github.com/gimli-rs/findshlibs") (home-page "https://github.com/gimli-rs/findshlibs")
(synopsis "Find the set of shared libraries loaded in the current process") (synopsis "Find the set of shared libraries loaded in the current process")
(description (description
"Find the set of shared libraries loaded in the current process with a "Find the set of shared libraries loaded in the current process with a
cross platform API.") cross platform API.")
(properties '((hidden? . #t)))
(license (list license:asl2.0 (license (list license:asl2.0
license:expat)))) license:expat))))