[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
282/330: gnu: Add rust-rust-embed-impl-8.
From: |
guix-commits |
Subject: |
282/330: gnu: Add rust-rust-embed-impl-8. |
Date: |
Mon, 18 Mar 2024 07:16:37 -0400 (EDT) |
efraim pushed a commit to branch rust-team
in repository guix.
commit f4dcec388300a5915b279a464be1b6beb032b038
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Mon Mar 18 11:54:26 2024 +0200
gnu: Add rust-rust-embed-impl-8.
* gnu/packages/crates-io.scm (rust-rust-embed-impl-8): New variable.
(rust-rust-embed-impl-5): Inherit from rust-rust-embed-impl-8.
Change-Id: I0756d890e3343436813a6f539c625c5b63c811e3
---
gnu/packages/crates-io.scm | 38 +++++++++++++++++++++++++++++---------
1 file changed, 29 insertions(+), 9 deletions(-)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index d756dc88a1..fbfaa17586 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -60316,8 +60316,36 @@ the file-system during development.")
("rust-walkdir" ,rust-walkdir-2)
("rust-warp" ,rust-warp-0.2))))))
+(define-public rust-rust-embed-impl-8
+ (package
+ (name "rust-rust-embed-impl")
+ (version "8.3.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (crate-uri "rust-embed-impl" version))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32 "1j2gqh8dl6c26y9iicjfgj9r5in3fw8k52fxnczhlln0qsiw46mr"))))
+ (build-system cargo-build-system)
+ (arguments
+ `(#:cargo-inputs (("rust-proc-macro2" ,rust-proc-macro2-1)
+ ("rust-quote" ,rust-quote-1)
+ ("rust-rust-embed-utils" ,rust-rust-embed-utils-8)
+ ("rust-shellexpand" ,rust-shellexpand-3)
+ ("rust-syn" ,rust-syn-2)
+ ("rust-walkdir" ,rust-walkdir-2))))
+ (home-page "https://github.com/pyrossh/rust-embed")
+ (synopsis "Rust custom @code{Derive} macro")
+ (description
+ "This package provides a custom @code{Derive} macro which loads files
+into the Rust binary at compile time during release and loads the file from
+the file-system during development.")
+ (license license:expat)))
+
(define-public rust-rust-embed-impl-5
(package
+ (inherit rust-rust-embed-impl-8)
(name "rust-rust-embed-impl")
(version "5.9.0")
(source
@@ -60327,7 +60355,6 @@ the file-system during development.")
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "0rlykmykrpllkf4900wv2jfdmq3m5qqrqhw4fdlbzxrfqi0irn9y"))))
- (build-system cargo-build-system)
(arguments
`(#:cargo-inputs
(("rust-proc-macro2" ,rust-proc-macro2-1)
@@ -60335,14 +60362,7 @@ the file-system during development.")
("rust-rust-embed-utils" ,rust-rust-embed-utils-5)
("rust-shellexpand" ,rust-shellexpand-2)
("rust-syn" ,rust-syn-1)
- ("rust-walkdir" ,rust-walkdir-2))))
- (home-page "https://github.com/pyros2097/rust-embed")
- (synopsis "Rust custom @code{Derive} macro")
- (description
- "This package provides a custom @code{Derive} macro which loads files
-into the Rust binary at compile time during release and loads the file from
-the file-system during development.")
- (license license:expat)))
+ ("rust-walkdir" ,rust-walkdir-2))))))
(define-public rust-rust-embed-utils-8
(package
- 270/330: gnu: Add rust-actix-tls-3., (continued)
- 270/330: gnu: Add rust-actix-tls-3., guix-commits, 2024/03/18
- 276/330: gnu: Add rust-headers-core-0.3., guix-commits, 2024/03/18
- 278/330: gnu: Add rust-poem-1., guix-commits, 2024/03/18
- 277/330: gnu: Add rust-poem-derive-1., guix-commits, 2024/03/18
- 273/330: gnu: Add rust-actix-web-codegen-4., guix-commits, 2024/03/18
- 284/330: gnu: Add rust-axum-core-0.4., guix-commits, 2024/03/18
- 286/330: gnu: Add rust-rocket-codegen-0.5., guix-commits, 2024/03/18
- 285/330: gnu: Add rust-axum-extra-0.9., guix-commits, 2024/03/18
- 289/330: gnu: Add rust-tungstenite-0.16., guix-commits, 2024/03/18
- 288/330: gnu: Add rust-rocket-http-0.5., guix-commits, 2024/03/18
- 282/330: gnu: Add rust-rust-embed-impl-8.,
guix-commits <=
- 290/330: gnu: Add rust-tiny-http-0.11., guix-commits, 2024/03/18
- 301/330: gnu: Add rust-stable-pattern-0.1., guix-commits, 2024/03/18
- 297/330: gnu: Add rust-thin-vec-0.2., guix-commits, 2024/03/18
- 298/330: gnu: Add rust-textnonce-1., guix-commits, 2024/03/18
- 299/330: gnu: Add rust-symbolic-demangle-9., guix-commits, 2024/03/18
- 304/330: gnu: Add rust-prost-types-0.10., guix-commits, 2024/03/18
- 302/330: gnu: Add rust-rhai-1., guix-commits, 2024/03/18
- 310/330: gnu: Add rust-listenfd-1., guix-commits, 2024/03/18
- 296/330: gnu: Add rust-tokio-metrics-0.3., guix-commits, 2024/03/18
- 307/330: gnu: Add rust-proc-quote-0.4., guix-commits, 2024/03/18