gnu: Add rust-socks-0.3.
* gnu/packages/crates-io.scm (rust-socks-0.3): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
2e8135ccda
commit
c9618d4a23
@ -26318,6 +26318,33 @@ maximal amount of configuration possible intended.")
|
||||
(license (list license:asl2.0
|
||||
license:expat))))
|
||||
|
||||
(define-public rust-socks-0.3
|
||||
(package
|
||||
(name "rust-socks")
|
||||
(version "0.3.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "socks" version))
|
||||
(file-name
|
||||
(string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1hnbw4c4j7dn9n3bd1v7ddkdzlxlzkfw3z29da1nxlj6jgx4r9p6"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:tests? #f ; Tests require network connection.
|
||||
#:cargo-inputs
|
||||
(("rust-byteorder" ,rust-byteorder-1)
|
||||
("rust-libc" ,rust-libc-0.2)
|
||||
("rust-winapi" ,rust-winapi-0.2)
|
||||
("rust-ws2-32-sys" ,rust-ws2-32-sys-0.2))))
|
||||
(home-page "https://github.com/sfackler/rust-socks")
|
||||
(synopsis "Rust SOCKS proxy clients")
|
||||
(description
|
||||
"You can write SOCKS proxy clients with this crate.")
|
||||
(license (list license:asl2.0 license:expat))))
|
||||
|
||||
(define-public rust-sourcefile-0.1
|
||||
(package
|
||||
(name "rust-sourcefile")
|
||||
|
Loading…
Reference in New Issue
Block a user