gnu: octave: Add a search path for CURLOPT_CAPATH.

* gnu/packages/maths.scm (octave)[native-search-paths]: New field.
This commit is contained in:
Kei Kebreau 2018-09-16 22:17:06 -04:00
parent a68b451423
commit 116af86f14
No known key found for this signature in database
GPG key ID: E6A5EE3C19467A0D

View file

@ -1402,6 +1402,13 @@ (define-public octave
("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="