[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/13: gnu: Add rust-any-all-workaround-0.1.
From: |
guix-commits |
Subject: |
01/13: gnu: Add rust-any-all-workaround-0.1. |
Date: |
Sun, 29 Sep 2024 14:08:44 -0400 (EDT) |
efraim pushed a commit to branch rust-team
in repository guix.
commit 0c8ae9f4eb6e38c00c468798ef2e7db1d406f9a8
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 a825c7f5b5..7cc7187bfa 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")
- branch rust-team updated (cd653e533a -> cd51ccab96), guix-commits, 2024/09/29
- 13/13: gnu: rust-miniflux-api-0.3: Update to 0.3.3., guix-commits, 2024/09/29
- 07/13: gnu: rust-dtparse-1: Update to 1.5.0., guix-commits, 2024/09/29
- 05/13: gnu: rust-charset-0.1: Update to 0.1.5., guix-commits, 2024/09/29
- 04/13: gnu: rust-brotli-decompressor-2: Update to 2.5.1., guix-commits, 2024/09/29
- 01/13: gnu: Add rust-any-all-workaround-0.1.,
guix-commits <=
- 03/13: gnu: rust-brotli-3: Update to 3.5.0., guix-commits, 2024/09/29
- 10/13: gnu: Add rust-quoted-printable-0.5., guix-commits, 2024/09/29
- 08/13: gnu: rust-lzzzz-1: Update to 1.1.0., guix-commits, 2024/09/29
- 09/13: gnu: rust-magic-crypt-3: Update to 3.1.13., guix-commits, 2024/09/29
- 02/13: gnu: rust-encoding-rs-0.8: Update to 0.8.34., guix-commits, 2024/09/29
- 12/13: gnu: rust-mailparse-0.13: Update to 0.13.8., guix-commits, 2024/09/29
- 11/13: gnu: rust-mailparse-0.14: Update to 0.14.1., guix-commits, 2024/09/29
- 06/13: gnu: rust-dtparse-2: Update to 2.0.1., guix-commits, 2024/09/29