[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
364/379: gnu: fd: Adjust for newer rust-clap-4.
From: |
guix-commits |
Subject: |
364/379: gnu: fd: Adjust for newer rust-clap-4. |
Date: |
Mon, 10 Jul 2023 05:29:28 -0400 (EDT) |
efraim pushed a commit to branch rust-team
in repository guix.
commit 96b8093a083cf05096b050f50220ecd2b596283c
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")))
- 289/379: gnu: Add rust-rusqlite-0.29., (continued)
- 289/379: gnu: Add rust-rusqlite-0.29., guix-commits, 2023/07/10
- 292/379: gnu: rust-sha-1-0.10: Update to 0.10.5., guix-commits, 2023/07/10
- 300/379: gnu: rust-tera-1: Update to 1.18.1., guix-commits, 2023/07/10
- 308/379: gnu: Add rust-sequoia-policy-config-0.6., guix-commits, 2023/07/10
- 306/379: gnu: Add rust-sequoia-ipc-0.30., guix-commits, 2023/07/10
- 322/379: gnu: Add rust-unescape-0.1., guix-commits, 2023/07/10
- 327/379: gnu: Add rust-supports-color-2., guix-commits, 2023/07/10
- 335/379: gnu: Add rust-p256-0.13., guix-commits, 2023/07/10
- 334/379: gnu: Add rust-pikchr-0.1., guix-commits, 2023/07/10
- 336/379: gnu: Add rust-owo-colors-3., guix-commits, 2023/07/10
- 364/379: gnu: fd: Adjust for newer rust-clap-4.,
guix-commits <=
- 358/379: gnu: Add rust-clap-builder-4., guix-commits, 2023/07/10
- 361/379: gnu: Add rust-blowfish-0.9., guix-commits, 2023/07/10
- 376/379: gnu: rust-curl-sys-0.4: Update to 0.4.63+curl-8.1.2., guix-commits, 2023/07/10
- 375/379: gnu: newsboat: Update to 2.32., guix-commits, 2023/07/10
- 213/379: gnu: Remove rust-quasi-0.32., guix-commits, 2023/07/10
- 231/379: gnu: Remove rust-pin-project-auxiliary-macro-0.0., guix-commits, 2023/07/10
- 238/379: gnu: Add rust-aligned-0.4., guix-commits, 2023/07/10
- 249/379: gnu: Add rust-capnp-futures-0.14., guix-commits, 2023/07/10
- 252/379: gnu: Add rust-chrono-tz-build-0.0.3., guix-commits, 2023/07/10
- 262/379: gnu: Add rust-fehler-macros-1., guix-commits, 2023/07/10