[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
67/308: gnu: rust-any-all-workaround-0.1: Enable building.
From: |
guix-commits |
Subject: |
67/308: gnu: rust-any-all-workaround-0.1: Enable building. |
Date: |
Wed, 4 Dec 2024 16:20:33 -0500 (EST) |
efraim pushed a commit to branch rust-team
in repository guix.
commit bd9a694711d1f773a201d5bcf0dc462be2dd6e37
Author: Aaron Covrig <aaron.covrig.us@ieee.org>
AuthorDate: Mon Dec 2 21:59:43 2024 -0500
gnu: rust-any-all-workaround-0.1: Enable building.
* gnu/packages/crates-io.scm (rust-any-all-workaround-0.1)[arguments]:
Don't skip the build. Add a phase to enable building.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
Change-Id: I18bc4bd13178f1fa5515683eaa42a0f771d33dcb
---
gnu/packages/crates-io.scm | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index d3e2609ec2..f66aa71d2e 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -2313,8 +2313,12 @@ writing colored text to a terminal.")
(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))))
+ `(#:cargo-inputs (("rust-cfg-if" ,rust-cfg-if-1))
+ #:phases (modify-phases %standard-phases
+ ;; `#![feature]` may not be used on the stable release
channel
+ ;; Enable using nightly/dev features
+ (add-after 'unpack 'enable-unstable-features
+ (lambda _ (setenv "RUSTC_BOOTSTRAP" "1"))))))
(home-page "https://docs.rs/any_all_workaround/")
(synopsis "Workaround for bad LLVM codegen for boolean reductions on
32-bit ARM")
(description
- 24/308: gnu: rust-env-logger-0.11: Update to 0.11.5., (continued)
- 24/308: gnu: rust-env-logger-0.11: Update to 0.11.5., guix-commits, 2024/12/04
- 26/308: gnu: rust-schannel-0.1: Update to 0.1.27., guix-commits, 2024/12/04
- 21/308: gnu: rust-ipconfig-0.3: Update to 0.3.2., guix-commits, 2024/12/04
- 13/308: gnu: rust-gix-utils-0.1: Update to 0.1.13., guix-commits, 2024/12/04
- 51/308: gnu: Add rust-nucleo-matcher-0.2., guix-commits, 2024/12/04
- 53/308: gnu: Add rust-pulldown-cmark-0.11., guix-commits, 2024/12/04
- 57/308: gnu: rust-peg-runtime-0.8: Update to 0.8.3., guix-commits, 2024/12/04
- 58/308: gnu: rust-peg-0.8: Update to 0.8.4., guix-commits, 2024/12/04
- 61/308: gnu: rust-rustyline-9: Update to 9.1.2., guix-commits, 2024/12/04
- 60/308: gnu: Add rust-libcst-1., guix-commits, 2024/12/04
- 67/308: gnu: rust-any-all-workaround-0.1: Enable building.,
guix-commits <=
- 68/308: gnu: rust-encoding-rs-0.8: Update to 0.8.35., guix-commits, 2024/12/04
- 69/308: gnu: rust-fastrand-2: Update to 2.2.0., guix-commits, 2024/12/04
- 75/308: gnu: rust-macrotest-1: Update to 1.0.13., guix-commits, 2024/12/04
- 79/308: gnu: Add rust-termwiz-0.15., guix-commits, 2024/12/04
- 85/308: gnu: Add rust-windows-core-0.56., guix-commits, 2024/12/04
- 92/308: gnu: Add rust-terminal-size-0.4., guix-commits, 2024/12/04
- 96/308: gnu: rust-unicode-segmentation-1: Update to 1.12.0., guix-commits, 2024/12/04
- 95/308: gnu: Add rust-trim-in-place-0.1., guix-commits, 2024/12/04
- 110/308: gnu: rust-pest-2: Update to 2.7.14., guix-commits, 2024/12/04
- 109/308: gnu: Add rust-ordered-multimap-0.7., guix-commits, 2024/12/04