mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: rust-net2-0.2: Don't hide package.
* gnu/packages/crates-io.scm (rust-net2-0.2)[arguments]: Skip build. Add rust-cfg-if-0.1, rust-libc-0.2, rust-winapi-0.3 to cargo-inputs. [properties]: Remove field.
This commit is contained in:
parent
ae637969b6
commit
8bbf9d390f
1 changed files with 6 additions and 1 deletions
|
@ -6512,12 +6512,17 @@ (define-public rust-net2-0.2
|
|||
(base32
|
||||
"126g3fgfxp06zimc1l9iyxnn9cif1hjsg7sd81nlls5nnyghsma2"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:skip-build? #t
|
||||
#:cargo-inputs
|
||||
(("rust-cfg-if" ,rust-cfg-if-0.1)
|
||||
("rust-libc" ,rust-libc-0.2)
|
||||
("rust-winapi" ,rust-winapi-0.3))))
|
||||
(home-page "https://github.com/rust-lang-nursery/net2-rs")
|
||||
(synopsis "Extensions to the standard library's networking types")
|
||||
(description
|
||||
"This library contains extensions to the standard library's networking
|
||||
types as proposed in RFC 1158.")
|
||||
(properties '((hidden? . #t)))
|
||||
(license (list license:asl2.0
|
||||
license:expat))))
|
||||
|
||||
|
|
Loading…
Reference in a new issue