summaryrefslogtreecommitdiff
path: root/guix/build/download.scm
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2017-03-13 21:51:27 +0100
committerLudovic Courtès <ludo@gnu.org>2017-03-13 21:52:38 +0100
commitb111bceecc4d85b6147f2b672049f6a479a8c69d (patch)
treeb3c4f0997c35bd7930481b8ffef39c5339a20318 /guix/build/download.scm
parent12773de3e7cf87b77678d7692781a84460c6ad91 (diff)
downloadpatches-b111bceecc4d85b6147f2b672049f6a479a8c69d.tar
patches-b111bceecc4d85b6147f2b672049f6a479a8c69d.tar.gz
download: Export '%x509-certificate-directory'.
* guix/build/download.scm (%x509-certificate-directory): Export, as expected by (guix scripts pull) since commit 7e81d699de7a2c924a048175516fe1ac3820d8e6.
Diffstat (limited to 'guix/build/download.scm')
-rw-r--r--guix/build/download.scm3
1 files changed, 2 insertions, 1 deletions
diff --git a/guix/build/download.scm b/guix/build/download.scm
index 203338b527..e7a7afecd1 100644
--- a/guix/build/download.scm
+++ b/guix/build/download.scm
@@ -1,5 +1,5 @@
;;; GNU Guix --- Functional package management for GNU
-;;; Copyright © 2012, 2013, 2014, 2015, 2016 Ludovic Courtès <ludo@gnu.org>
+;;; Copyright © 2012, 2013, 2014, 2015, 2016, 2017 Ludovic Courtès <ludo@gnu.org>
;;; Copyright © 2015 Mark H Weaver <mhw@netris.org>
;;; Copyright © 2015 Steve Sprang <scs@stevesprang.com>
;;;
@@ -37,6 +37,7 @@
#:use-module (ice-9 format)
#:export (open-socket-for-uri
open-connection-for-uri
+ %x509-certificate-directory
close-connection
resolve-uri-reference
maybe-expand-mirrors