mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-04 02:19:18 -05:00
gnu: rust-1.26: Build with newer openssl.
* gnu/packages/rust.scm (rust-1.26)[unputs]: Replace openssl-1.0 with openssl.
This commit is contained in:
parent
db5604870e
commit
b9c30fe7d6
1 changed files with 3 additions and 0 deletions
|
@ -758,6 +758,9 @@ (define-public rust-1.26
|
|||
(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)
|
||||
|
|
Loading…
Reference in a new issue