[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#61818] [PATCH 09/14] gnu: Add rust-rental-impl.
From: |
Steve George |
Subject: |
[bug#61818] [PATCH 09/14] gnu: Add rust-rental-impl. |
Date: |
Sun, 26 Feb 2023 17:09:23 +0000 |
* gnu/packages/crates-io.scm (rust-rental-impl): New variable.
---
gnu/packages/crates-io.scm | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index e4aed24782..c1bdbf22a6 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -46699,6 +46699,30 @@ (define-public rust-remove-dir-all-0.5.2
#:cargo-development-inputs
(("rust-doc-comment" ,rust-doc-comment-0.3))))))
+(define-public rust-rental-impl-0.5
+ (package
+ (name "rust-rental-impl")
+ (version "0.5.5")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (crate-uri "rental-impl" version))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32 "1pj0qgmvwwsfwyjqyjxzikkwbwc3vj7hm3hdykr47dy5inbnhpj7"))))
+ (build-system cargo-build-system)
+ (arguments
+ `(#:skip-build? #f
+ #:cargo-inputs
+ (("rust-proc-macro2" ,rust-proc-macro2-1)
+ ("rust-quote" ,rust-quote-1)
+ ("rust-syn" ,rust-syn-1))))
+ (home-page "https://github.com/jpernst/rental")
+ (synopsis "Implementation details of the rust-rental crate")
+ (description "Implementation details for the rust-rental crate.
+Should not be used directly.")
+ (license (list license:expat license:asl2.0))))
+
(define-public rust-reopen-0.3
(package
(name "rust-reopen")
--
2.39.1
- [bug#61818] Various Ogg Vorbis crates, Steve George, 2023/02/26
- [bug#61818] [PATCH 01/14] gnu: Add rust-ogg-sys., Steve George, 2023/02/26
- [bug#61818] [PATCH 02/14] gnu: Add rust-vorbis-sys., Steve George, 2023/02/26
- [bug#61818] [PATCH 03/14] gnu: Add rust-vorbisfile-sys., Steve George, 2023/02/26
- [bug#61818] [PATCH 10/14] gnu: Add rust-rental., Steve George, 2023/02/26
- [bug#61818] [PATCH 07/14] gnu: Add rust-parking-lot-core-0.2., Steve George, 2023/02/26
- [bug#61818] [PATCH 08/14] gnu: Add rust-parking-lot-0.4., Steve George, 2023/02/26
- [bug#61818] [PATCH 13/14] gnu: Add rust-ogg., Steve George, 2023/02/26
- [bug#61818] [PATCH 12/14] gnu: Add rust-alto., Steve George, 2023/02/26
- [bug#61818] [PATCH 06/14] gnu: Add rust-owning-ref-0.3., Steve George, 2023/02/26
- [bug#61818] [PATCH 09/14] gnu: Add rust-rental-impl.,
Steve George <=
- [bug#61818] [PATCH 05/14] gnu: Add rust-librespot-tremor., Steve George, 2023/02/26
- [bug#61818] [PATCH 14/14] gnu: Add rust-lewton., Steve George, 2023/02/26
- [bug#61818] [PATCH 11/14] gnu: Add rust-al-sys., Steve George, 2023/02/26
- [bug#61818] [PATCH 04/14] gnu: Add rust-vorbis., Steve George, 2023/02/26