mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 21:49:34 -05:00
gnu: Add rust-mio-extras-2.
* gnu/packages/crates-io.scm (rust-mio-extras-2): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
0cc8248bb6
commit
fb194747e9
1 changed files with 25 additions and 0 deletions
|
@ -7577,6 +7577,31 @@ (define-public rust-mio-anonymous-pipes-0.1
|
||||||
"This package provides asynchronous wrapper for Windows synchronous pipes.")
|
"This package provides asynchronous wrapper for Windows synchronous pipes.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
|
(define-public rust-mio-extras-2
|
||||||
|
(package
|
||||||
|
(name "rust-mio-extras")
|
||||||
|
(version "2.0.6")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (crate-uri "mio-extras" version))
|
||||||
|
(file-name
|
||||||
|
(string-append name "-" version ".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"069gfhlv0wlwfx1k2sriwfws490kjp490rv2qivyfb01j3i3yh2j"))))
|
||||||
|
(build-system cargo-build-system)
|
||||||
|
(arguments
|
||||||
|
`(#:cargo-inputs
|
||||||
|
(("rust-lazycell" ,rust-lazycell-1.2)
|
||||||
|
("rust-log" ,rust-log-0.4)
|
||||||
|
("rust-mio" ,rust-mio-0.6)
|
||||||
|
("rust-slab" ,rust-slab-0.4))))
|
||||||
|
(home-page "https://github.com/dimbleby/mio-extras")
|
||||||
|
(synopsis "Extra components for use with Mio")
|
||||||
|
(description "Extra components for use with Mio.")
|
||||||
|
(license (list license:expat license:asl2.0))))
|
||||||
|
|
||||||
(define-public rust-mio-named-pipes-0.1
|
(define-public rust-mio-named-pipes-0.1
|
||||||
(package
|
(package
|
||||||
(name "rust-mio-named-pipes")
|
(name "rust-mio-named-pipes")
|
||||||
|
|
Loading…
Reference in a new issue