mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
gnu: rust: Fix native-search-paths specifications.
* gnu/packages/rust.scm (rust)[native-search-paths]: Correctly combine multiple entries. Change-Id: I24412bbc4856953ed3a172b84854fb069cbcbf73
This commit is contained in:
committed by
Andreas Enge
parent
cb03f5ffa9
commit
65fa222635
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user