me
/
guix
Archived
1
0
Fork 0

gnu: Add rust-wepoll-sys-3.

* gnu/packages/crates-io.scm (rust-wepoll-sys-3): New variable.
master
Nicolas Goaziou 2020-12-20 13:45:18 +01:00
parent 95e7542e6c
commit 9fa21ed530
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 22 additions and 0 deletions

View File

@ -37645,6 +37645,28 @@ with webpki.")
"This package provides a WebIDL Parser.")
(license license:expat)))
(define-public rust-wepoll-sys-3
(package
(name "rust-wepoll-sys")
(version "3.0.1")
(source
(origin
(method url-fetch)
(uri (crate-uri "wepoll-sys" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "1zvpkr4dz3ny0k20mg1wdlp8vawz5p4gnya7h8j24119m7g19jqg"))))
(build-system cargo-build-system)
(arguments
`(#:skip-build? #true ;missing "winsock.h"
#:cargo-inputs
(("rust-cc" ,rust-cc-1))))
(home-page "https://gitlab.com/yorickpeterse/wepoll-sys")
(synopsis "Raw bindings to the @code{wepoll} library")
(description
"This crate provides unsafe Rust bindings to the @code{wepoll} library.")
(license license:mpl2.0)))
(define-public rust-which-3
(package
(name "rust-which")