[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#70177] [PATCH 011/120] gnu: Add rust-ambient-authority
From: |
zenmaya |
Subject: |
[bug#70177] [PATCH 011/120] gnu: Add rust-ambient-authority |
Date: |
Thu, 4 Apr 2024 08:07:25 +0200 |
Change-Id: I30ffa96cef43f0419d3e3571618e5cf061640bd6
---
gnu/packages/crates-io.scm | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index fd9428676a..8aa9fe8524 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -25134,6 +25134,26 @@ (define-public rust-fs-set-times-0.19
(description "Set filesystem timestamps")
(license (list license:asl2.0 license:expat))))
+(define-public rust-ambient-authority-0.0.2
+ (package
+ (name "rust-ambient-authority")
+ (version "0.0.2")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (crate-uri "ambient-authority" version))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32 "0fxsfyhy64jx7zrkb85h1vhr5nfqncja3pwpikid471d8w6yxm79"))))
+ (build-system cargo-build-system)
+ (arguments
+ `(#:skip-build? #t))
+ (home-page "https://github.com/sunfishcode/ambient-authority")
+ (synopsis "Ambient Authority")
+ (description "Ambient Authority")
+ (license (list license:asl2.0 license:asl2.0 ;; LLVM exception
+ license:expat))))
+
(define-public rust-fs-utils-1
(package
(name "rust-fs-utils")
--
2.41.0
- [bug#70177] [PATCH 000/120] Add wasmtime, zenmaya, 2024/04/04
- [bug#70177] [PATCH 010/120] gnu: Add rust-fs-set-times-0.20, zenmaya, 2024/04/04
- [bug#70177] [PATCH 003/120] gnu: Update rust-arbitrary, zenmaya, 2024/04/04
- [bug#70177] [PATCH 004/120] gnu: Add rust-bumpalo, zenmaya, 2024/04/04
- [bug#70177] [PATCH 007/120] gnu: Add rust-fallible-iterator, zenmaya, 2024/04/04
- [bug#70177] [PATCH 011/120] gnu: Add rust-ambient-authority,
zenmaya <=
- [bug#70177] [PATCH 014/120] gnu: Add rust-arf-strings, zenmaya, 2024/04/04
- [bug#70177] [PATCH 015/120] gnu: Add rust-cap-primitives, zenmaya, 2024/04/04
- [bug#70177] [PATCH 008/120] gnu: Add rust-listenfd, zenmaya, 2024/04/04
- [bug#70177] [PATCH 002/120] gnu: Add rust-afl, zenmaya, 2024/04/04
- [bug#70177] [PATCH 005/120] gnu: Add rust-cap-net-ext, zenmaya, 2024/04/04
- [bug#70177] [PATCH 006/120] gnu: Update rust-cpal, zenmaya, 2024/04/04
- [bug#70177] [PATCH 009/120] gnu: Add rust-fd-lock-4, zenmaya, 2024/04/04
- [bug#70177] [PATCH 012/120] gnu: Add rust-gimli-0.28, zenmaya, 2024/04/04
- [bug#70177] [PATCH 013/120] gnu: Update rust-iana-time-zone, zenmaya, 2024/04/04
- [bug#70177] [PATCH 016/120] gnu: Add rust-cap-time-ext, zenmaya, 2024/04/04