me
/
guix
Archived
1
0
Fork 0

gnu: rust-1.26: Build with newer openssl.

* gnu/packages/rust.scm (rust-1.26)[unputs]: Replace openssl-1.0 with
openssl.
master
Efraim Flashner 2020-07-29 08:07:24 +03:00
parent db5604870e
commit b9c30fe7d6
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 3 additions and 0 deletions

View File

@ -758,6 +758,9 @@ jemalloc = \"" jemalloc "/lib/libjemalloc_pic.a" "\"
(patches (search-patches (patches (search-patches
"rust-coresimd-doctest.patch" "rust-coresimd-doctest.patch"
"rust-1.25-accept-more-detailed-gdb-lines.patch")))) "rust-1.25-accept-more-detailed-gdb-lines.patch"))))
(inputs
(alist-replace "openssl" (list openssl)
(package-inputs base-rust)))
(arguments (arguments
(substitute-keyword-arguments (package-arguments base-rust) (substitute-keyword-arguments (package-arguments base-rust)
((#:phases phases) ((#:phases phases)