diff options
| author | Efraim Flashner <efraim@flashner.co.il> | 2025-10-21 09:35:03 +0300 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-02-21 10:14:47 +0100 |
| commit | 65fa22263546c17432332425ccf8e7ac933f5d3b (patch) | |
| tree | f2d7783c76b51aa23e475a68bf714c18b3befa40 /gnu/packages/rust.scm | |
| parent | cb03f5ffa9549a71ed93ec9271349015974827ff (diff) | |
gnu: rust: Fix native-search-paths specifications.
* gnu/packages/rust.scm (rust)[native-search-paths]: Correctly combine
multiple entries.
Change-Id: I24412bbc4856953ed3a172b84854fb069cbcbf73
Diffstat (limited to 'gnu/packages/rust.scm')
| -rw-r--r-- | gnu/packages/rust.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/rust.scm b/gnu/packages/rust.scm index 4ab1f7717d6..7e537a32459 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 |
