gnu: Add rust-wepoll-sys-stjepang-1.

* gnu/packages/crates-io.scm (rust-wepoll-sys-stjepang-1): New variable.
This commit is contained in:
Nicolas Goaziou 2020-12-21 01:04:45 +01:00
parent 9ebf579482
commit e619b4bec0
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -38152,6 +38152,30 @@ (define-public rust-wepoll-sys-3
"This crate provides unsafe Rust bindings to the @code{wepoll} library.")
(license license:mpl2.0)))
(define-public rust-wepoll-sys-stjepang-1
(package
(name "rust-wepoll-sys-stjepang")
(version "1.0.8")
(source
(origin
(method url-fetch)
(uri (crate-uri "wepoll-sys-stjepang" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "138pxc8k6wayyywnjcpk5nhywk3vk6h4i39fj8khpjlhy81vppqz"))))
(build-system cargo-build-system)
(arguments
`(#:skip-build? #true ;missing "winsock.h"
#:cargo-inputs
(("rust-bindgen" ,rust-bindgen-0.53)
("rust-cc" ,rust-cc-1))))
(home-page "https://github.com/stjepang/wepoll-sys-stjepang")
(synopsis "Fork of @code{wepoll-sys} with stjepang's patches")
(description
"This crate provides Rust bindings to @code{wepoll}, generated
using @code{bindgen}.")
(license license:mpl2.0)))
(define-public rust-which-3
(package
(name "rust-which")