~ruther/guix-local

e0ea3f8a0d63004f0be41c4643aabcefc67a2139 — Ludovic Courtès 11 years ago b9113ad
download: Append (effective-version) to '%load-path' for GnuTLS.

* guix/download.scm (url-fetch)[builder]: Append (effective-version) to
  %load-path, as discussed at
  <http://lists.gnu.org/archive/html/guix-devel/2014-10/msg00398.html>.
  This fixes a regression introduced in b94ae0b.
1 files changed, 2 insertions(+), 1 deletions(-)

M guix/download.scm
M guix/download.scm => guix/download.scm +2 -1
@@ 234,7 234,8 @@ must be a list of symbol/URL-list pairs."
              #~(eval-when (load expand eval)
                  (set! %load-path
                        (cons (string-append #$(gnutls-package)
                                             "/share/guile/site")
                                             "/share/guile/site/"
                                             (effective-version))
                              %load-path)))
              #~#t)