mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-05 10:20:14 +01:00
gnu: rust-socket2-0.3: Don't hide package.
* gnu/packages/crates-io.scm (rust-socket2-0.3)[arguments]: Skip tests. Add rust-cfg-if-0.1, rust-libc-0.2, rust-redox-syscall-0.1, rust-winapi-0.3 to cargo-inputs. Add rust-tempdir-0.3 to cargo-development-inputs. [properties]: Remove field.
This commit is contained in:
parent
1ceb84e57f
commit
ec88cbbf52
1 changed files with 9 additions and 1 deletions
|
@ -11568,12 +11568,20 @@ stack.")
|
||||||
(base32
|
(base32
|
||||||
"11bdcz04i106g4q7swkll0qxrb4287srqd2k3aq2q6i22zjlvdz8"))))
|
"11bdcz04i106g4q7swkll0qxrb4287srqd2k3aq2q6i22zjlvdz8"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
|
(arguments
|
||||||
|
`(#:tests? #f ; tests require network access
|
||||||
|
#:cargo-inputs
|
||||||
|
(("rust-cfg-if" ,rust-cfg-if-0.1)
|
||||||
|
("rust-libc" ,rust-libc-0.2)
|
||||||
|
("rust-redox-syscall" ,rust-redox-syscall-0.1)
|
||||||
|
("rust-winapi" ,rust-winapi-0.3))
|
||||||
|
#:cargo-development-inputs
|
||||||
|
(("rust-tempdir" ,rust-tempdir-0.3))))
|
||||||
(home-page "https://github.com/alexcrichton/socket2-rs")
|
(home-page "https://github.com/alexcrichton/socket2-rs")
|
||||||
(synopsis "Networking sockets in Rust")
|
(synopsis "Networking sockets in Rust")
|
||||||
(description
|
(description
|
||||||
"This package provides utilities for handling networking sockets with a
|
"This package provides utilities for handling networking sockets with a
|
||||||
maximal amount of configuration possible intended.")
|
maximal amount of configuration possible intended.")
|
||||||
(properties '((hidden? . #t)))
|
|
||||||
(license (list license:asl2.0
|
(license (list license:asl2.0
|
||||||
license:expat))))
|
license:expat))))
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue