mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-18 00:42:17 -05:00
gnu: Add rust-wepoll-sys-3.
* gnu/packages/crates-io.scm (rust-wepoll-sys-3): New variable.
This commit is contained in:
parent
95e7542e6c
commit
9fa21ed530
1 changed files with 22 additions and 0 deletions
|
@ -37645,6 +37645,28 @@ (define-public rust-weedle-0.10
|
||||||
"This package provides a WebIDL Parser.")
|
"This package provides a WebIDL Parser.")
|
||||||
(license license:expat)))
|
(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
|
(define-public rust-which-3
|
||||||
(package
|
(package
|
||||||
(name "rust-which")
|
(name "rust-which")
|
||||||
|
|
Loading…
Reference in a new issue