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.master
parent
a618b6b7ca
commit
000f42f4f6
|
@ -8585,12 +8585,16 @@ paths point to the same file.")
|
|||
(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
|
||||
|
|
Reference in New Issue