guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: octave: Add a search path for CURLOPT_CAPATH.


From: Kei Kebreau
Subject: 01/01: gnu: octave: Add a search path for CURLOPT_CAPATH.
Date: Mon, 24 Sep 2018 21:43:11 -0400 (EDT)

kkebreau pushed a commit to branch master
in repository guix.

commit 116af86f14f7789831d79815d5b4532afa82058c
Author: Kei Kebreau <address@hidden>
Date:   Sun Sep 16 22:17:06 2018 -0400

    gnu: octave: Add a search path for CURLOPT_CAPATH.
    
    * gnu/packages/maths.scm (octave)[native-search-paths]: New field.
---
 gnu/packages/maths.scm | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index 636b485..b7d669c 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -1402,6 +1402,13 @@ can solve two kinds of problems:
        ("less" ,less)
        ("ghostscript" ,ghostscript)
        ("gnuplot" ,gnuplot)))
+    ;; Octave code uses this variable to detect directories holding multiple CA
+    ;; certificates to verify peers with.  This is required for the networking
+    ;; functions that require encryption to work properly.
+    (native-search-paths
+     (list (search-path-specification
+            (variable "CURLOPT_CAPATH")
+            (files '("etc/ssl/certs")))))
     (arguments
      `(#:configure-flags
        (list (string-append "--with-shell="



reply via email to

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