From 24994691e0a30934bd2a8777a3069906135c9592 Mon Sep 17 00:00:00 2001 From: Aleksandr Vityazev Date: Mon, 17 Jan 2022 13:18:20 +0000 Subject: [PATCH] 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 --- gnu/packages/crates-io.scm | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm index 7807f23881..8f4eb10814 100644 --- a/gnu/packages/crates-io.scm +++ b/gnu/packages/crates-io.scm @@ -32243,6 +32243,7 @@ possible over the OS abstractions.") (define-public rust-mio-0.7 (package + (inherit rust-mio-0.8) (name "rust-mio") (version "0.7.11") (source @@ -32252,7 +32253,6 @@ possible over the OS abstractions.") (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 @@ possible over the OS abstractions.") ("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