[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
101/308: gnu: Add rust-coverage-helper-0.1.
From: |
guix-commits |
Subject: |
101/308: gnu: Add rust-coverage-helper-0.1. |
Date: |
Wed, 4 Dec 2024 16:20:44 -0500 (EST) |
efraim pushed a commit to branch rust-team
in repository guix.
commit 6bef2b14cccc07a16cb5bdc96497b5d461d478d1
Author: Aaron Covrig <aaron.covrig.us@ieee.org>
AuthorDate: Mon Dec 2 22:00:20 2024 -0500
gnu: Add rust-coverage-helper-0.1.
* gnu/packages/crates-io.scm (rust-coverage-helper-0.1): New variable.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
Change-Id: Iee0af629bf6ba84546bd24b4a38b46273c36bc10
---
gnu/packages/crates-io.scm | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 2936b26d9c..a3aab978ab 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -17397,6 +17397,29 @@ intrinsics.")
@url{https://github.com/taiki-e/cargo-llvm-cov/issues/123, cargo-llvm-cov}.")
(license (list license:asl2.0 license:expat))))
+(define-public rust-coverage-helper-0.1
+ (package
+ (inherit rust-coverage-helper-0.2)
+ (name "rust-coverage-helper")
+ (version "0.1.1")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (crate-uri "coverage-helper" version))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32 "1jmm45536nnwgpbgabnngr21n7sjmga0bm4yzaflx925xfll3m0g"))
+ (modules '((guix build utils)))
+ (snippet '(begin
+ (substitute* "Cargo.toml"
+ ;; cfg_attr(coverage_nightly) breaks some cargo versions
+ ;; See issue:
https://github.com/taiki-e/cargo-llvm-cov/issues/370
+ (("\\[lib\\]" all)
+ (string-append "[lints.rust]" "\n"
+ "unexpected_cfgs = { level = \"warn\", "
+ "check-cfg = ['cfg(coverage_nightly)'] }"
+ "\n" "\n" all)))))))))
+
(define-public rust-count-instructions-0.1
(package
(name "rust-count-instructions")
- branch rust-team created (now 844fab8c4f), guix-commits, 2024/12/04
- 41/308: gnu: Add rust-gix-submodule-0.11., guix-commits, 2024/12/04
- 02/308: gnu: rust-git2-hooks-0.3: Update to 0.3.3., guix-commits, 2024/12/04
- 07/308: gnu: rust-gix-date-0.9: Update to 0.9.1., guix-commits, 2024/12/04
- 04/308: gnu: rust-gix-chunk-0.4: Update to 0.4.9., guix-commits, 2024/12/04
- 42/308: gnu: Add rust-gix-status-0.10., guix-commits, 2024/12/04
- 63/308: gnu: rust-rustyline-9: Don't skip the build., guix-commits, 2024/12/04
- 83/308: gnu: Add rust-windows-interface-0.56., guix-commits, 2024/12/04
- 101/308: gnu: Add rust-coverage-helper-0.1.,
guix-commits <=
- 106/308: gnu: Add rust-color-backtrace-0.6., guix-commits, 2024/12/04
- 104/308: gnu: Add rust-mockall-derive-0.13., guix-commits, 2024/12/04
- 114/308: gnu: rust-pest-generator-2: Update to 2.7.14., guix-commits, 2024/12/04
- 138/308: gnu: Add rust-ssh-key-0.6., guix-commits, 2024/12/04
- 145/308: gnu: Add speakersafetyd., guix-commits, 2024/12/04
- 134/308: gnu: rust-indexmap-2: Update to 2.7.0., guix-commits, 2024/12/04
- 160/308: gnu: rust-sha2-asm-0.5: Update to 0.5.5., guix-commits, 2024/12/04
- 204/308: gnu: rust-aws-lc-sys-0.23: Update to 0.23.1., guix-commits, 2024/12/04
- 11/308: gnu: rust-gix-sec-0.10: Update to 0.10.9., guix-commits, 2024/12/04
- 06/308: gnu: rust-gix-config-value-0.14: Update to 0.14.9., guix-commits, 2024/12/04