[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
106/471: gnu: Add rust-include-dir-0.7.
From: |
guix-commits |
Subject: |
106/471: gnu: Add rust-include-dir-0.7. |
Date: |
Wed, 3 May 2023 09:27:17 -0400 (EDT) |
efraim pushed a commit to branch rust-team
in repository guix.
commit c3cbe643421aaf1c047a8d3841b0f22941e0a8ea
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Wed Feb 22 12:17:28 2023 +0200
gnu: Add rust-include-dir-0.7.
* gnu/packages/crates-io.scm (rust-include-dir-0.7): New variable.
---
gnu/packages/crates-io.scm | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index a42b4d009f..a94ee9bcaa 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -28233,6 +28233,29 @@ for @code{uint} and @code{fixed_hash}.")
a trait for tuples.")
(license (list license:asl2.0 license:expat))))
+(define-public rust-include-dir-0.7
+ (package
+ (name "rust-include-dir")
+ (version "0.7.3")
+ (source (origin
+ (method url-fetch)
+ (uri (crate-uri "include-dir" version))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32
"17pinxhivh3chkbjmbg9sl0x3h7wwry2zc2p12gfh8kizyp2yxhq"))))
+ (build-system cargo-build-system)
+ (arguments
+ `(#:tests? #f ; Not all files included
+ #:cargo-inputs
+ (("rust-glob" ,rust-glob-0.3)
+ ("rust-include-dir-macros" ,rust-include-dir-macros-0.7))
+ #:cargo-development-inputs
+ (("rust-tempfile" ,rust-tempfile-3))))
+ (home-page "https://github.com/Michael-F-Bryan/include_dir")
+ (synopsis "Embed the contents of a directory in your binary")
+ (description "Embed the contents of a directory in your binary.")
+ (license license:expat)))
+
(define-public rust-include-dir-macros-0.7
(package
(name "rust-include-dir-macros")
- 136/471: gnu: Add rust-pager-0.16., (continued)
- 136/471: gnu: Add rust-pager-0.16., guix-commits, 2023/05/03
- 137/471: gnu: Add rust-zstd-safe-5., guix-commits, 2023/05/03
- 152/471: gnu: rust-proc-macro-crate-1: Update to 1.3.0., guix-commits, 2023/05/03
- 154/471: gnu: Add rust-tokio-util-0.5., guix-commits, 2023/05/03
- 85/471: gnu: Add rust-clap-derive-4., guix-commits, 2023/05/03
- 89/471: gnu: Add rust-wasm-streams-0.2., guix-commits, 2023/05/03
- 98/471: gnu: Add rust-quinn-0.8., guix-commits, 2023/05/03
- 100/471: gnu: Add rust-num-threads-0.1., guix-commits, 2023/05/03
- 102/471: gnu: Add rust-magma-0.8., guix-commits, 2023/05/03
- 103/471: gnu: Add rust-litrs-0.2., guix-commits, 2023/05/03
- 106/471: gnu: Add rust-include-dir-0.7.,
guix-commits <=
- 107/471: gnu: Add rust-http-auth-0.1., guix-commits, 2023/05/03
- 117/471: gnu: rust-httparse-1: Update to 1.8.0., guix-commits, 2023/05/03
- 119/471: gnu: rust-libgit2-sys-0.14: Update to 0.14.2., guix-commits, 2023/05/03
- 121/471: gnu: rust-toml-0.5: Update to 0.5.11., guix-commits, 2023/05/03
- 118/471: gnu: rust-hyper-0.14: Update to 0.14.24., guix-commits, 2023/05/03
- 130/471: gnu: rust-zeroize-derive-1: Update to 1.3.3., guix-commits, 2023/05/03
- 131/471: gnu: rust-1.67: Build with llvm-15., guix-commits, 2023/05/03
- 141/471: gnu: Add rust-zstd-0.11., guix-commits, 2023/05/03
- 143/471: gnu: Add rust-password-hash-0.4., guix-commits, 2023/05/03
- 145/471: gnu: rust-trust-dns-resolver-0.22: Don't skip build., guix-commits, 2023/05/03