[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
364/472: gnu: fd: Adjust for newer rust-clap-4.
From: |
guix-commits |
Subject: |
364/472: gnu: fd: Adjust for newer rust-clap-4. |
Date: |
Tue, 18 Jul 2023 14:09:36 -0400 (EDT) |
efraim pushed a commit to branch rust-team
in repository guix.
commit 3f2b5828518b495055112233eb9ae667649e2d26
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Mon May 22 21:19:28 2023 +0300
gnu: fd: Adjust for newer rust-clap-4.
* gnu/packages/rust-apps.scm (fd)[arguments]: Add a phase to remove a
feature-flag which was removed from the dependant project.
---
gnu/packages/rust-apps.scm | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/gnu/packages/rust-apps.scm b/gnu/packages/rust-apps.scm
index 5a98f54e69..f572a3404e 100644
--- a/gnu/packages/rust-apps.scm
+++ b/gnu/packages/rust-apps.scm
@@ -520,6 +520,11 @@ also knows about symlinks, extended attributes, and Git.")
(setenv
"CARGO_FEATURE_UNPREFIXED_MALLOC_ON_SUPPORTED_PLATFORMS" "1")
(setenv "JEMALLOC_OVERRIDE"
(string-append jemalloc "/lib/libjemalloc.so")))))
+ (add-after 'unpack 'adjust-feature-flags
+ (lambda _
+ ;; unstable-grouped was stablized in rust-clap 4.2.0
+ (substitute* "Cargo.toml"
+ ((".*unstable-grouped.*") ""))))
(add-after 'install 'install-extra
(lambda* (#:key outputs #:allow-other-keys)
(let ((out (assoc-ref outputs "out")))
- 298/472: gnu: Add rust-subplotlib-0.7., (continued)
- 298/472: gnu: Add rust-subplotlib-0.7., guix-commits, 2023/07/18
- 326/472: gnu: Add rust-tempfile-fast-0.3., guix-commits, 2023/07/18
- 322/472: gnu: Add rust-unescape-0.1., guix-commits, 2023/07/18
- 329/472: gnu: Add rust-subplot-0.7., guix-commits, 2023/07/18
- 335/472: gnu: Add rust-p256-0.13., guix-commits, 2023/07/18
- 323/472: gnu: Add rust-twofish-0.7., guix-commits, 2023/07/18
- 344/472: gnu: Add rust-fs-set-times-0.19., guix-commits, 2023/07/18
- 345/472: gnu: Add rust-fs-at-0.1., guix-commits, 2023/07/18
- 355/472: gnu: Add rust-codegenrs-2., guix-commits, 2023/07/18
- 354/472: gnu: Add rust-color-print-0.3., guix-commits, 2023/07/18
- 364/472: gnu: fd: Adjust for newer rust-clap-4.,
guix-commits <=
- 370/472: gnu: Add rust-idna-0.4., guix-commits, 2023/07/18
- 380/472: gnu: Add rust-adblock-0.5., guix-commits, 2023/07/18
- 382/472: gnu: rust-automod-1: Update to 1.0.11., guix-commits, 2023/07/18
- 387/472: gnu: Add rust-indexmap-2., guix-commits, 2023/07/18
- 381/472: gnu: Add rust-allocator-api2-0.2., guix-commits, 2023/07/18
- 391/472: gnu: rust-ref-cast-1: Update to 1.0.18., guix-commits, 2023/07/18
- 395/472: gnu: rust-rustversion-1: Update to 1.0.13., guix-commits, 2023/07/18
- 401/472: gnu: rust-serde-json-1: Update to 1.0.102., guix-commits, 2023/07/18
- 403/472: gnu: rust-serde-test-1: Update to 1.0.171., guix-commits, 2023/07/18
- 409/472: gnu: Add rust-equivalent-1., guix-commits, 2023/07/18