This is an automated email from the git hooks/post-receive script.
nckx pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 03f9a8c Revert "gnu: rust: Add SSL native search paths."
03f9a8c is described below
commit 03f9a8c35be387f37badcd2c830ac7414ac17225
Author: Tobias Geerinckx-Rice <[email protected]>
AuthorDate: Wed Jul 15 23:19:57 2020 +0200
Revert "gnu: rust: Add SSL native search paths."
This reverts commit ba1e4ce2560d51c8ba935e5b5667ba3a0133c694.
---
gnu/packages/rust.scm | 15 ++-------------
1 file changed, 2 insertions(+), 13 deletions(-)
diff --git a/gnu/packages/rust.scm b/gnu/packages/rust.scm
index dc373ef..851a996 100644
--- a/gnu/packages/rust.scm
+++ b/gnu/packages/rust.scm
@@ -5,7 +5,7 @@
;;; Copyright © 2017 Ben Woodcroft <[email protected]>
;;; Copyright © 2017, 2018 Nikolai Merinov <[email protected]>
;;; Copyright © 2017, 2019 Efraim Flashner <[email protected]>
-;;; Copyright © 2018, 2019, 2020 Tobias Geerinckx-Rice <[email protected]>
+;;; Copyright © 2018, 2019 Tobias Geerinckx-Rice <[email protected]>
;;; Copyright © 2018 Danny Milosavljevic <[email protected]>
;;; Copyright © 2019 Ivan Petkov <[email protected]>
;;; Copyright © 2020 Jakub Kądziołka <[email protected]>
@@ -447,18 +447,7 @@ test = { path = \"../libtest\" }
(files '("include/c++" "include")))
(search-path-specification
(variable "LIBRARY_PATH")
- (files '("lib" "lib64")))
-
- ;; For cargo.
- (search-path-specification
- (variable "SSL_CERT_DIR")
- (separator #f)
- (files '("etc/ssl/certs")))
- (search-path-specification
- (variable "SSL_CERT_FILE")
- (file-type 'regular)
- (separator #f)
- (files '("etc/ssl/certs/ca-certificates.crt")))))
+ (files '("lib" "lib64")))))
(synopsis "Compiler for the Rust progamming language")
(description "Rust is a systems programming language that provides memory