guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

33/134: gnu: rust-mio-0.7: Inherit from rust-mio-0.8.


From: guix-commits
Subject: 33/134: gnu: rust-mio-0.7: Inherit from rust-mio-0.8.
Date: Sat, 22 Jan 2022 07:38:33 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit 24994691e0a30934bd2a8777a3069906135c9592
Author: Aleksandr Vityazev <avityazev@posteo.org>
AuthorDate: Mon Jan 17 13:18:20 2022 +0000

    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>
---
 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]