GNU bug report logs -
#51724
[PATCH 01/12] gnu: Add rust-lifeguard-0.6.
Previous Next
Reported by: phodina <phodina <at> protonmail.com>
Date: Tue, 9 Nov 2021 16:47:01 UTC
Severity: normal
Tags: patch
Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
Bug is archived. No further changes may be made.
Full log
Message #17 received at 51724 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/crates-io.scm (rust-no-std-net-0.5): New variable.
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index c103f24440..8c3481d148 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -31185,6 +31185,29 @@ (define-public rust-no-panic-0.1
prove a function can't ever panic.")
(license (list license:expat license:asl2.0))))
+(define-public rust-no-std-net-0.5
+ (package
+ (name "rust-no-std-net")
+ (version "0.5.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (crate-uri "no-std-net" version))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32
+ "0lkilh0wc7big3m5lsn9wqiz2xvj21kgmpbc15z92j93n51wxkhv"))))
+ (build-system cargo-build-system)
+ (arguments
+ `(#:skip-build? #t
+ #:cargo-inputs
+ (("rust-serde" ,rust-serde-1))))
+ (home-page "https://github.com/dunmatt/no-std-net")
+ (synopsis "Rust's std::net... without the @code{std}")
+ (description "This package provides Rust's std::net for environment
+without the @code{std}.")
+ (license license:expat)))
+
(define-public rust-nodrop-0.1
(package
(name "rust-nodrop")
--
2.33.1
This bug report was last modified 3 years and 190 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.