guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/03: gnu: rust-1.26: Build with newer openssl.


From: guix-commits
Subject: 03/03: gnu: rust-1.26: Build with newer openssl.
Date: Wed, 29 Jul 2020 12:51:50 -0400 (EDT)

efraim pushed a commit to branch staging
in repository guix.

commit b9c30fe7d61d1594fa7589cda6945095af1d27ac
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Wed Jul 29 08:07:24 2020 +0300

    gnu: rust-1.26: Build with newer openssl.
    
    * gnu/packages/rust.scm (rust-1.26)[unputs]: Replace openssl-1.0 with
    openssl.
---
 gnu/packages/rust.scm | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/gnu/packages/rust.scm b/gnu/packages/rust.scm
index 9b8e7e2..8e3afdd 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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]