From e0ea3f8a0d63004f0be41c4643aabcefc67a2139 Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Thu, 30 Oct 2014 15:46:36 +0100 Subject: download: Append (effective-version) to '%load-path' for GnuTLS. * guix/download.scm (url-fetch)[builder]: Append (effective-version) to %load-path, as discussed at . This fixes a regression introduced in b94ae0b. --- guix/download.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'guix/download.scm') diff --git a/guix/download.scm b/guix/download.scm index 4f16c3a900..947da004ae 100644 --- a/guix/download.scm +++ b/guix/download.scm @@ -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) -- cgit v1.2.3