diff options
author | Efraim Flashner | 2019-08-21 01:43:11 -0500 |
---|---|---|
committer | Efraim Flashner | 2019-08-21 01:43:11 -0500 |
commit | ed2a695c3c491183bb61260ad9769aecd156795a (patch) | |
tree | a706d0dc0d07376bee35930b008859e63558bb5f | |
parent | cb7c4cbfa8a1c83ad8cf230d951c0b7913126c1b (diff) | |
download | guix-bioinformatics-ed2a695c3c491183bb61260ad9769aecd156795a.tar.gz |
gn: edirect-gn: Add native-search-path.
* gn/packages/bioinformatics.scm (edirect-gn)[native-search-paths]: New
field.
-rw-r--r-- | gn/packages/bioinformatics.scm | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gn/packages/bioinformatics.scm b/gn/packages/bioinformatics.scm index 26337d1..b0f5d26 100644 --- a/gn/packages/bioinformatics.scm +++ b/gn/packages/bioinformatics.scm @@ -1001,5 +1001,12 @@ reads.") (sha256 (base32 "134y0zprplqlplc6qmcjb97411bxkwghmq3z0qjgh0dgdbzjq1w3")))))) + (native-search-paths + ;; Ideally this should be set for LWP somewhere. + (list (search-path-specification + (variable "PERL_LWP_SSL_CA_FILE") + (file-type 'regular) + (separator #f) + (files '("/etc/ssl/certs/ca-certificates.crt"))))) ;; Due to the precompiled binaries we download: (supported-systems "x86_64-linux"))) |