gnu: rust-schannel-0.1: Don't hide package.

* gnu/packages/crates-io.scm (rust-schannel-0.1)[arguments]: Skip build.
Add rust-lazy-static-1.3, rust-winapi-0.3 to cargo-inputs.
[properties]: Remove field.
This commit is contained in:
Efraim Flashner 2020-01-14 21:23:36 +02:00
parent a618b6b7ca
commit 000f42f4f6
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -8585,12 +8585,16 @@ (define-public rust-schannel-0.1
(base32
"0f9k4pm8yc3z0n1n8hazvnrvg52f0sfxjc91bhf3r76rb3rapxpj"))))
(build-system cargo-build-system)
(arguments
`(#:skip-build? #t
#:cargo-inputs
(("rust-lazy-static" ,rust-lazy-static-1.3)
("rust-winapi" ,rust-winapi-0.3))))
(home-page "https://github.com/steffengy/schannel-rs")
(synopsis "Rust bindings to the Windows SChannel APIs")
(description
"Rust bindings to the Windows SChannel APIs providing TLS client and
server functionality.")
(properties '((hidden? . #t)))
(license license:expat)))
(define-public rust-scoped-threadpool-0.1