guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Problems with downloading from https


From: Ludovic Courtès
Subject: Re: Problems with downloading from https
Date: Thu, 30 Oct 2014 15:48:51 +0100
User-agent: Gnus/5.130011 (Ma Gnus v0.11) Emacs/24.3 (gnu/linux)

address@hidden (Ludovic Courtès) skribis:

> Mark H Weaver <address@hidden> skribis:

[...]

>> The reason is that guix/download.scm contains this code:
>>
>>               ;; Add GnuTLS to the inputs and to the load path.
>>               #~(eval-when (load expand eval)
>>                   (set! %load-path
>>                         (cons (string-append #$(gnutls-package)
>>                                              "/share/guile/site")
>>                               %load-path)))
>>               #~#t)
>
> Oops, my bad.  I think this code should be changed to use site/2.0,
> which is the standard search path specification.
>
>> For now, I think we should revert this commit and discuss it further
>> before proceeding.
>
> I would just fix the above code to append (effective-version).  WDYT?

Commit e0ea3f8 does that.

(We should keep discussing the more general issue though, of course.)

Ludo’.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]