l...@gnu.org (Ludovic Courtès) skribis: > Mark H Weaver <m...@netris.org> 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’.