[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
280/311: gnu: rust-rustls-ffi-0.8: Build with newer cbindgen.
From: |
guix-commits |
Subject: |
280/311: gnu: rust-rustls-ffi-0.8: Build with newer cbindgen. |
Date: |
Sat, 28 Oct 2023 16:39:38 -0400 (EDT) |
efraim pushed a commit to branch rust-team
in repository guix.
commit 2ad561e9e2dd60b8b48785507f3486784105af9f
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Sat Oct 28 15:45:23 2023 +0300
gnu: rust-rustls-ffi-0.8: Build with newer cbindgen.
* gnu/packages/crates-io.scm (rust-rustls-ffi-0.8)[arguments]: Add a
phase to allow any version of rust-cbindgen.
[cargo-development-inputs]: Replace rust-cbindgen-0.19 with 0.26.
Change-Id: I72ef3f3782eeca89aaf896a1cf9ba2fc78d3c329
---
gnu/packages/crates-io.scm | 10 +++++++++-
1 file changed, 9 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index e8bb38c6f9..b767176cf7 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -63546,7 +63546,15 @@ rustc compiler.")
("rust-sct" ,rust-sct-0.7)
("rust-webpki" ,rust-webpki-0.22))
#:cargo-development-inputs
- (("rust-cbindgen" ,rust-cbindgen-0.19))))
+ (("rust-cbindgen" ,rust-cbindgen-0.26))
+ #:phases
+ (modify-phases %standard-phases
+ (add-after 'unpack 'adjust-cbindgen-requirement
+ ;; The Cargo.toml in the git repository doesn't specify
+ ;; a version requirement for cbindgen.
+ (lambda _
+ (substitute* "Cargo.toml"
+ (("0\\.19\\.0") "*")))))))
(native-inputs
(list perl))
(home-page "https://github.com/rustls/rustls-ffi")
- 244/311: gnu: Add rust-color-eyre-0.6., (continued)
- 244/311: gnu: Add rust-color-eyre-0.6., guix-commits, 2023/10/28
- 252/311: gnu: rust-num-0.3: Update to 0.3.1., guix-commits, 2023/10/28
- 254/311: gnu: rust-num-bigint-dig-0.7: Update to 0.7.1., guix-commits, 2023/10/28
- 265/311: gnu: rust-time-0.3: Update to 0.3.28., guix-commits, 2023/10/28
- 269/311: gnu: rust-tracing-tree-0.2: Update to 0.2.5., guix-commits, 2023/10/28
- 271/311: gnu: rust-analyzer: Replace with version from rust., guix-commits, 2023/10/28
- 273/311: gnu: Remove rust-quote-1.0.10., guix-commits, 2023/10/28
- 275/311: gnu: Remove rust-proc-macro2-1.0.34., guix-commits, 2023/10/28
- 277/311: gnu: rust-serde-path-to-error-0.1: Update to 0.1.14., guix-commits, 2023/10/28
- 278/311: gnu: Remove rust-serde-json-1.0.73., guix-commits, 2023/10/28
- 280/311: gnu: rust-rustls-ffi-0.8: Build with newer cbindgen.,
guix-commits <=
- 283/311: gnu: rust-tectonic-bridge-flate-0.1: Update to 0.1.7., guix-commits, 2023/10/28
- 286/311: gnu: rust-tectonic-bridge-harfbuzz-0.2: Update to 0.2.8., guix-commits, 2023/10/28
- 92/311: gnu: Add rust-gix-revision-0.15., guix-commits, 2023/10/28
- 95/311: gnu: Add rust-gix-quote-0.4., guix-commits, 2023/10/28
- 98/311: gnu: Add rust-gix-path-0.8., guix-commits, 2023/10/28
- 106/311: gnu: Add rust-gix-index-0.17., guix-commits, 2023/10/28
- 126/311: gnu: Add rust-regex-automata-0.4., guix-commits, 2023/10/28
- 137/311: gnu: Add rust-sval-flatten-2., guix-commits, 2023/10/28
- 143/311: gnu: Add rust-value-bag-serde1-1., guix-commits, 2023/10/28
- 166/311: gnu: Add rust-actix-macros-0.2., guix-commits, 2023/10/28