This is an automated email from the git hooks/post-receive script.
guix_mirror_bot pushed a commit to branch rust-team
in repository guix.
The following commit(s) were added to refs/heads/rust-team by this push:
new e15eca87d4 gnu: rust: Fix native-search-paths specifications.
e15eca87d4 is described below
commit e15eca87d4aad52300d3cd8c297bdbfc4f973970
Author: Efraim Flashner <[email protected]>
AuthorDate: Tue Oct 21 09:35:03 2025 +0300
gnu: rust: Fix native-search-paths specifications.
* gnu/packages/rust.scm (rust)[native-search-paths]: Correctly combine
multiple entries.
Change-Id: I24412bbc4856953ed3a172b84854fb069cbcbf73
---
gnu/packages/rust.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/rust.scm b/gnu/packages/rust.scm
index af0867cac3..a5710a91ed 100644
--- a/gnu/packages/rust.scm
+++ b/gnu/packages/rust.scm
@@ -2013,7 +2013,7 @@ exec -a \"$0\" \"~a\" \"$@\""
`("procps" ,procps)
(package-native-inputs base-rust)))
(native-search-paths
- (cons
+ (cons*
;; For HTTPS access, Cargo reads from a single-file certificate
;; specified with $CARGO_HTTP_CAINFO. See
;;
https://doc.rust-lang.org/cargo/reference/environment-variables.html