GNU bug report logs - #74551
[PATCH 00/49] Add starship shell utility

Previous Next

Package: guix-patches;

Reported by: Jordan Moore <lockbox <at> struct.foo>

Date: Tue, 26 Nov 2024 21:36:02 UTC

Severity: normal

Tags: patch

Done: Efraim Flashner <efraim <at> flashner.co.il>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Jordan Moore <lockbox <at> struct.foo>
To: 74551 <at> debbugs.gnu.org
Cc: Jordan Moore <lockbox <at> struct.foo>, Efraim Flashner <efraim <at> flashner.co.il>
Subject: [bug#74551] [PATCH v2 15/49] gnu: Add rust-coverage-helper-0.2.
Date: Sat, 30 Nov 2024 11:54:50 -0500
* gnu/packages/crates-io.scm (rust-coverage-helper-0.2): New variable.

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

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index ad81a877e7..54184d9dc2 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -17330,6 +17330,25 @@ (define-public rust-cov-mark-2
     (description "This package provides a Manual coverage marks.")
     (license (list license:expat license:asl2.0))))
 
+(define-public rust-coverage-helper-0.2
+  (package
+    (name "rust-coverage-helper")
+    (version "0.2.2")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (crate-uri "coverage-helper" version))
+       (file-name (string-append name "-" version ".tar.gz"))
+       (sha256
+        (base32 "0knim97n8v0yhn82rm4dvn0gds4fbwzx6f2yjdsiwgdv2wbmax41"))))
+    (build-system cargo-build-system)
+    (home-page "https://github.com/taiki-e/coverage-helper")
+    (synopsis
+     "Helper for <https://github.com/taiki-e/cargo-llvm-cov/issues/123>.")
+    (description
+     "This package provides Helper for <https://github.com/taiki-e/cargo-llvm-cov/issues/123>.")
+    (license (list license:asl2.0 license:expat))))
+
 (define-public rust-count-instructions-0.1
   (package
     (name "rust-count-instructions")
-- 
2.46.0





This bug report was last modified 222 days ago.

Previous Next


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