diff options
author | Marius Bakke <mbakke@fastmail.com> | 2017-12-13 07:09:02 +0100 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2017-12-13 07:09:02 +0100 |
commit | dc138d6d69d3f1e0b4f5d22f5be049fe61a99234 (patch) | |
tree | 2d1b00603dd75e7c0a21d7aba8119f3fef4ba860 /gnu/packages/image-viewers.scm | |
parent | 2b174b4ebdccd06d8dd80c634f178f295fb297a8 (diff) | |
download | patches-dc138d6d69d3f1e0b4f5d22f5be049fe61a99234.tar patches-dc138d6d69d3f1e0b4f5d22f5be049fe61a99234.tar.gz |
gnu: curl: Add a search path for CURL_CA_BUNDLE.
* gnu/packages/curl.scm (curl)[native-search-paths]: New field.
* gnu/packages/image-viewers.scm (feh)[native-search-paths]: Inherit.
Diffstat (limited to 'gnu/packages/image-viewers.scm')
-rw-r--r-- | gnu/packages/image-viewers.scm | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/gnu/packages/image-viewers.scm b/gnu/packages/image-viewers.scm index facf81b087..f4eac49ea5 100644 --- a/gnu/packages/image-viewers.scm +++ b/gnu/packages/image-viewers.scm @@ -83,11 +83,7 @@ (native-search-paths ;; Feh allows overriding the libcurl builtin CA path (unset in Guix) ;; with the same variable as the `curl` command line HTTP tool. - (list (search-path-specification - (variable "CURL_CA_BUNDLE") - (file-type 'regular) - (separator #f) ;single entry - (files '("etc/ssl/certs/ca-certificates.crt"))))) + (package-native-search-paths curl)) (synopsis "Fast and light imlib2-based image viewer") (description "feh is an X11 image viewer aimed mostly at console users. |