GNU bug report logs - #70177
[PATCH 000/120] Add wasmtime

Previous Next

Package: guix-patches;

Reported by: zenmaya <maya <at> zenmaya.xyz>

Date: Thu, 4 Apr 2024 04:48:04 UTC

Severity: normal

Tags: patch

Full log


Message #38 received at 70177 <at> debbugs.gnu.org (full text, mbox):

From: zenmaya <maya <at> zenmaya.xyz>
To: 70177 <at> debbugs.gnu.org
Cc: zenmaya <maya <at> zenmaya.xyz>
Subject: [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





This bug report was last modified 1 year and 99 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.