GNU bug report logs - #69257
[PATCH 000/228 rust-team] WIP: Add GNOME Fractal dependencies.

Previous Next

Package: guix-patches;

Reported by: Herman Rimm <herman <at> rimm.ee>

Date: Sun, 18 Feb 2024 20:51:02 UTC

Severity: normal

Tags: patch

Full log


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

From: Herman Rimm <herman <at> rimm.ee>
To: 69257 <at> debbugs.gnu.org
Cc: Herman Rimm <herman <at> rimm.ee>
Subject: [PATCH 130/228] gnu: Add rust-typewit-proc-macros-1.
Date: Sun, 18 Feb 2024 22:08:20 +0100
* gnu/packages/crates-io.scm (rust-typewit-proc-macros-1): Add variable.

Change-Id: I9cbf88a48dc449127f159d2b05adf360490538a8
---
 gnu/packages/crates-io.scm | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index f2910219ca..6a48cce125 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -76361,6 +76361,24 @@ (define-public rust-typenum-1
     (license (list license:asl2.0
                    license:expat))))
 
+(define-public rust-typewit-proc-macros-1
+  (package
+    (name "rust-typewit-proc-macros")
+    (version "1.8.1")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (crate-uri "typewit_proc_macros" version))
+       (file-name (string-append name "-" version ".tar.gz"))
+       (sha256
+        (base32 "1mlkh4mhbn4b7xg9640blk74bm5ddaa44ihvl0sljw1w5gm86sp3"))))
+    (build-system cargo-build-system)
+    (home-page "https://github.com/rodrimati1992/typewit/")
+    (synopsis "Implementation detail of typewit")
+    (description
+      "@code{typewit_proc_macros} is an implementation detail of typewit.")
+    (license license:zlib)))
+
 (define-public rust-ubyte-0.10
   (package
     (name "rust-ubyte")
-- 
2.41.0





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

Previous Next


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