[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
268/424: gnu: Add rust-any-all-workaround-0.1.
From: |
guix-commits |
Subject: |
268/424: gnu: Add rust-any-all-workaround-0.1. |
Date: |
Sun, 10 Nov 2024 05:42:21 -0500 (EST) |
efraim pushed a commit to branch rust-team
in repository guix.
commit cdc15af3b3c016b0cd66c1238302f5df37eeb50b
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Sun Sep 29 15:37:50 2024 +0300
gnu: Add rust-any-all-workaround-0.1.
* gnu/packages/crates-io.scm (rust-any-all-workaround-0.1): New variable.
Change-Id: I126a0853b77b6fc875cabce4daa4d52be9a5079c
---
gnu/packages/crates-io.scm | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index fe2a305a88..1987949279 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -2210,6 +2210,28 @@ writing colored text to a terminal.")
(license (list license:asl2.0
license:expat))))
+(define-public rust-any-all-workaround-0.1
+ (package
+ (name "rust-any-all-workaround")
+ (version "0.1.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (crate-uri "any_all_workaround" version))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32 "11ifmzawvvi6d4r1lk0dkdnbswf574npgkika4535k7j6l3s9zl8"))))
+ (build-system cargo-build-system)
+ (arguments
+ `(#:skip-build? #t ; `#![feature]` may not be used on the stable release
channel
+ #:cargo-inputs (("rust-cfg-if" ,rust-cfg-if-1))))
+ (home-page "https://docs.rs/any_all_workaround/")
+ (synopsis "Workaround for bad LLVM codegen for boolean reductions on
32-bit ARM")
+ (description
+ "This package provides Workaround for bad LLVM codegen for boolean
+reductions on 32-bit ARM.")
+ (license (list license:expat license:asl2.0))))
+
(define-public rust-anyhow-1
(package
(name "rust-anyhow")
- 253/424: gnu: Add rust-openpgp-card-0.5., (continued)
- 253/424: gnu: Add rust-openpgp-card-0.5., guix-commits, 2024/11/10
- 254/424: gnu: Add rust-sequoia-keystore-softkeys-0.6., guix-commits, 2024/11/10
- 252/424: gnu: Add rust-card-backend-0.2., guix-commits, 2024/11/10
- 255/424: gnu: Add rust-sequoia-keystore-openpgp-card-0.1., guix-commits, 2024/11/10
- 256/424: gnu: Add rust-sequoia-keystore-tpm-0.1., guix-commits, 2024/11/10
- 258/424: gnu: Add rust-sequoia-wot-0.12., guix-commits, 2024/11/10
- 259/424: gnu: Add rust-sequoia-tpm-0.1., guix-commits, 2024/11/10
- 263/424: gnu: rust-color-eyre-0.6: Patch for newer rust-backtrace-0.3., guix-commits, 2024/11/10
- 264/424: gnu: rust-color-eyre-0.6: Update to 0.6.3., guix-commits, 2024/11/10
- 266/424: gnu: rust-eyre-0.6: Update to 0.6.12., guix-commits, 2024/11/10
- 268/424: gnu: Add rust-any-all-workaround-0.1.,
guix-commits <=
- 267/424: gnu: just: Enable zsh completion., guix-commits, 2024/11/10
- 269/424: gnu: rust-encoding-rs-0.8: Update to 0.8.34., guix-commits, 2024/11/10
- 273/424: gnu: rust-dtparse-2: Update to 2.0.1., guix-commits, 2024/11/10
- 274/424: gnu: rust-dtparse-1: Update to 1.5.0., guix-commits, 2024/11/10
- 275/424: gnu: rust-lzzzz-1: Update to 1.1.0., guix-commits, 2024/11/10
- 276/424: gnu: rust-magic-crypt-3: Update to 3.1.13., guix-commits, 2024/11/10
- 278/424: gnu: rust-mailparse-0.14: Update to 0.14.1., guix-commits, 2024/11/10
- 279/424: gnu: rust-mailparse-0.13: Update to 0.13.8., guix-commits, 2024/11/10
- 282/424: gnu: Add rust-jiff-tzdb-platform-0.1., guix-commits, 2024/11/10
- 283/424: gnu: Add rust-chrono-tz-build-0.3., guix-commits, 2024/11/10