diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2020-07-29 08:07:24 +0300 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2020-07-29 19:50:57 +0300 |
commit | b9c30fe7d61d1594fa7589cda6945095af1d27ac (patch) | |
tree | f48a1c248b6b40c39e3ea33f32940d6328de4ae4 /gnu/packages/rust.scm | |
parent | db5604870eb1c870828741861f3fd110568abdaa (diff) |
gnu: rust-1.26: Build with newer openssl.
* gnu/packages/rust.scm (rust-1.26)[unputs]: Replace openssl-1.0 with
openssl.
Diffstat (limited to 'gnu/packages/rust.scm')
-rw-r--r-- | gnu/packages/rust.scm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gnu/packages/rust.scm b/gnu/packages/rust.scm index 9b8e7e2604..8e3afdd2ed 100644 --- a/gnu/packages/rust.scm +++ b/gnu/packages/rust.scm @@ -758,6 +758,9 @@ jemalloc = \"" jemalloc "/lib/libjemalloc_pic.a" "\" (patches (search-patches "rust-coresimd-doctest.patch" "rust-1.25-accept-more-detailed-gdb-lines.patch")))) + (inputs + (alist-replace "openssl" (list openssl) + (package-inputs base-rust))) (arguments (substitute-keyword-arguments (package-arguments base-rust) ((#:phases phases) |