[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: |
Thu, 29 Jun 2023 12:35:25 -0400 (EDT) |
efraim pushed a commit to branch rust-team
in repository guix.
commit fc887f095d107a7e21ac46f6c0f733d92d90caf1
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")))
- 338/379: gnu: Add rust-openpgp-cert-d-0.1., (continued)
- 338/379: gnu: Add rust-openpgp-cert-d-0.1., guix-commits, 2023/06/29
- 340/379: gnu: Add rust-line-col-0.2., guix-commits, 2023/06/29
- 342/379: gnu: Add rust-idea-0.5., guix-commits, 2023/06/29
- 346/379: gnu: Add rust-file-diff-1., guix-commits, 2023/06/29
- 349/379: gnu: Add rust-eax-0.5., guix-commits, 2023/06/29
- 351/379: gnu: Add rust-cvt-0.1., guix-commits, 2023/06/29
- 356/379: gnu: Add rust-cmac-0.7., guix-commits, 2023/06/29
- 357/379: gnu: Add rust-clap-mangen-0.2., guix-commits, 2023/06/29
- 359/379: gnu: Add rust-cfb-mode-0.8., guix-commits, 2023/06/29
- 363/379: gnu: rust-clap-complete-4: Update to 4.3.0., guix-commits, 2023/06/29
- 364/379: gnu: fd: Adjust for newer rust-clap-4.,
guix-commits <=
- 366/379: gnu: rust-ring-0.16: Enable tests., guix-commits, 2023/06/29
- 369/379: gnu: Add rust-flamer-0.4., guix-commits, 2023/06/29
- 370/379: gnu: Add rust-idna-0.4., guix-commits, 2023/06/29
- 379/379: gnu: rust-unicode-normalization-0.1: Update to 0.1.22., guix-commits, 2023/06/29
- 376/379: gnu: rust-curl-sys-0.4: Update to 0.4.63+curl-8.1.2., guix-commits, 2023/06/29
- 375/379: gnu: newsboat: Update to 2.32., guix-commits, 2023/06/29
- 377/379: gnu: rust-form-urlencoded-1: Update to 1.2.0., guix-commits, 2023/06/29
- 378/379: gnu: rust-percent-encoding-2: Update to 2.3.0., guix-commits, 2023/06/29