guix_mirror_bot pushed a commit to branch rust-team
in repository guix.
commit 7b2d0d67df24b3d190186e5280a12d6982422fbd
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 54deaf8fb4..12c5a2ff0b 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