mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
a618b6b7ca
commit
000f42f4f6
1 changed files with 5 additions and 1 deletions
|
@ -8585,12 +8585,16 @@ paths point to the same file.")
|
||||||
(base32
|
(base32
|
||||||
"0f9k4pm8yc3z0n1n8hazvnrvg52f0sfxjc91bhf3r76rb3rapxpj"))))
|
"0f9k4pm8yc3z0n1n8hazvnrvg52f0sfxjc91bhf3r76rb3rapxpj"))))
|
||||||
(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-winapi" ,rust-winapi-0.3))))
|
||||||
(home-page "https://github.com/steffengy/schannel-rs")
|
(home-page "https://github.com/steffengy/schannel-rs")
|
||||||
(synopsis "Rust bindings to the Windows SChannel APIs")
|
(synopsis "Rust bindings to the Windows SChannel APIs")
|
||||||
(description
|
(description
|
||||||
"Rust bindings to the Windows SChannel APIs providing TLS client and
|
"Rust bindings to the Windows SChannel APIs providing TLS client and
|
||||||
server functionality.")
|
server functionality.")
|
||||||
(properties '((hidden? . #t)))
|
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public rust-scoped-threadpool-0.1
|
(define-public rust-scoped-threadpool-0.1
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue