GNU bug report logs - #75677
[PATCH rust-team 00/89] Assorted package updates for rust-team

Previous Next

Package: guix-patches;

Reported by: Aaron Covrig <aaron.covrig.us <at> ieee.org>

Date: Sun, 19 Jan 2025 22:43:02 UTC

Severity: normal

Tags: patch

Done: Hilton Chain <hako <at> ultrarare.space>

Full log


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

From: Aaron Covrig <aaron.covrig.us <at> ieee.org>
To: 75677 <at> debbugs.gnu.org
Cc: Aaron Covrig <aaron.covrig.us <at> ieee.org>
Subject: [PATCH rust-team 84/89] gnu: rust-lazy-regex-2: New variable.
Date: Sun, 19 Jan 2025 17:49:58 -0500
* gnu/packages/crates-io.scm (rust-lazy-regex-2): New variable.
---
 gnu/packages/crates-io.scm | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 3e4804c280..cfc4f7b965 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -38571,6 +38571,27 @@ (define-public rust-lazy-regex-3
     (description "Lazy static regular expressions checked at compile time.")
     (license license:expat)))
 
+(define-public rust-lazy-regex-2
+  (package
+    (inherit rust-lazy-regex-3)
+    (name "rust-lazy-regex")
+    (version "2.5.0")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (crate-uri "lazy-regex" version))
+       (file-name (string-append name "-" version ".tar.gz"))
+       (sha256
+        (base32 "1m1mhaf7d488jx3gcy4yvmywi4zphpjqrs59gm5q39lfqqiw8qzz"))))
+    (arguments
+     `(#:cargo-test-flags '("--all-features" "--"
+                            ;; Skip broken test
+                            "--skip=src/lib.rs - (line 139)")
+       #:cargo-inputs
+       (("rust-lazy-regex-proc-macros" ,rust-lazy-regex-proc-macros-2)
+        ("rust-once-cell" ,rust-once-cell-1)
+        ("rust-regex" ,rust-regex-1))))))
+
 (define-public rust-lazy-regex-proc-macros-3
   (package
     (name "rust-lazy-regex-proc-macros")
-- 
2.47.1





This bug report was last modified today.

Previous Next


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