mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-18 04:37:36 -05:00
gnu: rust-mio-0.7: Inherit from rust-mio-0.8.
* gnu/packages/crates-io.scm (rust-mio-0.7): Inherit from rust-mio-0.8. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
parent
de1f47e79b
commit
24994691e0
1 changed files with 2 additions and 9 deletions
|
@ -32243,6 +32243,7 @@ (define-public rust-mio-0.8
|
|||
|
||||
(define-public rust-mio-0.7
|
||||
(package
|
||||
(inherit rust-mio-0.8)
|
||||
(name "rust-mio")
|
||||
(version "0.7.11")
|
||||
(source
|
||||
|
@ -32252,7 +32253,6 @@ (define-public rust-mio-0.7
|
|||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "0mi9ah60l270761sz6qdhhn0hkn5msc8689b53bhnkmk0glx706g"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
(("rust-libc" ,rust-libc-0.2)
|
||||
|
@ -32262,14 +32262,7 @@ (define-public rust-mio-0.7
|
|||
("rust-winapi" ,rust-winapi-0.3))
|
||||
#:cargo-development-inputs
|
||||
(("rust-env-logger" ,rust-env-logger-0.6)
|
||||
("rust-rand" ,rust-rand-0.4))))
|
||||
(home-page "https://github.com/tokio-rs/mio")
|
||||
(synopsis "Lightweight non-blocking IO")
|
||||
(description
|
||||
"Mio is a fast, low-level I/O library for Rust focusing on non-blocking
|
||||
APIs and event notification for building I/O apps with as little overhead as
|
||||
possible over the OS abstractions.")
|
||||
(license license:expat)))
|
||||
("rust-rand" ,rust-rand-0.4))))))
|
||||
|
||||
(define-public rust-mio-0.6
|
||||
(package
|
||||
|
|
Loading…
Reference in a new issue