[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/98: gnu: rust-anymap-0.12: Allow build.
From: |
guix-commits |
Subject: |
04/98: gnu: rust-anymap-0.12: Allow build. |
Date: |
Tue, 2 Apr 2024 07:21:35 -0400 (EDT) |
efraim pushed a commit to branch rust-team
in repository guix.
commit 73c2eb262b6e1673983a89aa52f2ca3334d9ffe8
Author: Jean-Pierre De Jesus DIAZ <me@jeandudey.tech>
AuthorDate: Wed Aug 10 12:06:13 2022 +0000
gnu: rust-anymap-0.12: Allow build.
* gnu/packages/crates-io.scm (rust-anymap-0.12)[arguments]: Remove
`#:skip-build? #t'.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
Change-Id: I643ad8a8a8b5fcb805e9ee9a1f648fd47792906b
---
gnu/packages/crates-io.scm | 15 ++++++---------
1 file changed, 6 insertions(+), 9 deletions(-)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index e7144dc25d..524f27abc2 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -2123,17 +2123,14 @@ writing colored text to a terminal.")
(origin
(method url-fetch)
(uri (crate-uri "anymap" version))
- (file-name
- (string-append name "-" version ".tar.gz"))
+ (file-name (string-append name "-" version ".tar.gz"))
(sha256
- (base32
- "0i23vv38i22aazp5z2hz0a44b943b6w5121kwwnpq1brpm1l559k"))))
+ (base32 "0i23vv38i22aazp5z2hz0a44b943b6w5121kwwnpq1brpm1l559k"))))
(build-system cargo-build-system)
- (arguments `(#:skip-build? #t))
- (home-page
- "https://github.com/chris-morgan/anymap")
- (synopsis
- "Safe and convenient store for one value of each type")
+ (arguments
+ `(#:tests? #f)) ; cannot transmute between types of different sizes
+ (home-page "https://github.com/chris-morgan/anymap")
+ (synopsis "Safe and convenient store for one value of each type")
(description
"This package provides a safe and convenient store for one value of each
type.")
- 15/98: gnu: rust-blobby-0.1: Allow build., (continued)
- 15/98: gnu: rust-blobby-0.1: Allow build., guix-commits, 2024/04/02
- 24/98: gnu: rust-block-buffer-0.10: Update to 0.10.4., guix-commits, 2024/04/02
- 49/98: gnu: rust-plotters-svg-0.3: Update to 0.3.5., guix-commits, 2024/04/02
- 43/98: gnu: rust-parking-lot-core-0.8: Update to 0.8.6., guix-commits, 2024/04/02
- 23/98: gnu: rust-assert-0.7: Update to 0.7.5., guix-commits, 2024/04/02
- 22/98: gnu: rust-cfg-aliases-0.1: Allow build., guix-commits, 2024/04/02
- 21/98: gnu: rust-cassowary-0.3: Allow build., guix-commits, 2024/04/02
- 19/98: gnu: rust-byte-tools-0.3: Allow build., guix-commits, 2024/04/02
- 53/98: gnu: Add rust-safe-arch-0.7., guix-commits, 2024/04/02
- 01/98: gnu: python-pyopenssl: Update to 24.1.0., guix-commits, 2024/04/02
- 04/98: gnu: rust-anymap-0.12: Allow build.,
guix-commits <=
- 02/98: gnu: rust-aliasable-deref-trait-0.2: Allow build., guix-commits, 2024/04/02
- 14/98: gnu: rust-atty-0.2: Allow build., guix-commits, 2024/04/02
- 05/98: gnu: rust-approx-0.3: Allow build., guix-commits, 2024/04/02
- 10/98: gnu: rust-ascii-utils-0.9: Allow build., guix-commits, 2024/04/02
- 11/98: gnu: rust-assert-0.7: Allow build., guix-commits, 2024/04/02
- 08/98: gnu: rust-arrayvec-0.4: Allow build., guix-commits, 2024/04/02
- 06/98: gnu: rust-array-macro-1: Allow build., guix-commits, 2024/04/02
- 17/98: gnu: rust-boxfnonce-0.1: Allow build., guix-commits, 2024/04/02
- 26/98: gnu: rust-png-0.17: Update to 0.17.13., guix-commits, 2024/04/02
- 16/98: gnu: rust-block-buffer-0.10: Allow build., guix-commits, 2024/04/02