GNU bug report logs - #76513
[PATCH rust-team 00/77] Add module (gnu packages typst) and packages

Previous Next

Package: guix-patches;

Reported by: Andrew Wong <wongandj <at> icloud.com>

Date: Sun, 23 Feb 2025 20:06:01 UTC

Severity: normal

Tags: patch

Done: Andrew Wong <wongandj <at> icloud.com>

Full log


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

From: Andrew Wong <wongandj <at> icloud.com>
To: 76513 <at> debbugs.gnu.org
Cc: Andrew Wong <wongandj <at> icloud.com>
Subject: [PATCH rust-team 23/77] gnu: Add rust-codex-0.1.
Date: Sun, 23 Feb 2025 15:21:14 -0500
* gnu/packages/crates-io.scm (rust-codex-0.1): New variable.

Change-Id: Ic788a5ad752a9359aefe9b27498c542c129a1925
---
 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 79e0b475a8..f86da6441f 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -13759,6 +13759,26 @@ (define-public rust-codespan-reporting-0.11
 diagnostics easy and relatively painless for everyone!")
     (license license:asl2.0)))
 
+(define-public rust-codex-0.1
+  (package
+    (name "rust-codex")
+    (version "0.1.1")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (crate-uri "codex" version))
+       (file-name (string-append name "-" version ".tar.gz"))
+       (sha256
+        (base32 "0dj0hqw3wk5p3k77zi1sczds00d6mdwhwdb4w7jh1drqxsh2fkbj"))))
+    (build-system cargo-build-system)
+    (arguments
+     `(#:skip-build? #t))
+    (home-page "https://github.com/typst/codex")
+    (synopsis "Human-friendly notation for Unicode symbols")
+    (description
+     "This package provides Human-friendly notation for Unicode symbols.")
+    (license license:asl2.0)))
+
 (define-public rust-codspeed-2
   (package
     (name "rust-codspeed")
-- 
2.48.1





This bug report was last modified 20 days ago.

Previous Next


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