Re: Subdirectories in GUIX_PACKAGE_PATH

2017-07-05 Thread Alex Kost
Ludovic Courtès (2017-07-03 23:53 +0200) wrote: > Hi Alex, > > Alex Kost skribis: > >> Ludovic Courtès (2017-06-30 11:35 +0200) wrote: > > [...] >> I have a (probably not related) question though: in the past, package >> 'location' contained an *absolute* file name for the packages from >> GUIX_

Re: Subdirectories in GUIX_PACKAGE_PATH

2017-07-03 Thread Ludovic Courtès
Hi Alex, Alex Kost skribis: > Ludovic Courtès (2017-06-30 11:35 +0200) wrote: [...] >>> Looks like this was removed in an attempt to improve performance over >>> NFS. The “scheme-files” procedure now includes a comment: >>> >>> ;; XXX: We don't recurse if we find a symlink. >>> >>> Would it

Re: Subdirectories in GUIX_PACKAGE_PATH

2017-07-03 Thread Alex Kost
Ludovic Courtès (2017-06-30 11:35 +0200) wrote: > Hello, > > Ricardo Wurmus skribis: > >> Christopher Baines writes: >> >>> Recently I had problems with the way GUIX_PACKAGE_PATH was working with >>> govuk-guix [1]. Currently, I'm using a separate directory for the >>> GUIX_PACKAGE_PATH that con

Re: Subdirectories in GUIX_PACKAGE_PATH

2017-06-30 Thread Ludovic Courtès
Hello, Ricardo Wurmus skribis: > Christopher Baines writes: > >> Recently I had problems with the way GUIX_PACKAGE_PATH was working with >> govuk-guix [1]. Currently, I'm using a separate directory for the >> GUIX_PACKAGE_PATH that contains symlinks to a subset of the Guile >> modules necessary

Re: Subdirectories in GUIX_PACKAGE_PATH

2017-06-26 Thread Christopher Baines
On 26/06/17 12:22, Ricardo Wurmus wrote: > > Christopher Baines writes: > >> Recently I had problems with the way GUIX_PACKAGE_PATH was working with >> govuk-guix [1]. Currently, I'm using a separate directory for the >> GUIX_PACKAGE_PATH that contains symlinks to a subset of the Guile >> module

Re: Subdirectories in GUIX_PACKAGE_PATH

2017-06-26 Thread Ricardo Wurmus
Christopher Baines writes: > Recently I had problems with the way GUIX_PACKAGE_PATH was working with > govuk-guix [1]. Currently, I'm using a separate directory for the > GUIX_PACKAGE_PATH that contains symlinks to a subset of the Guile > modules necessary for the packages in the repository. > >

Re: Subdirectories in GUIX_PACKAGE_PATH

2017-06-24 Thread Alex Kost
Christopher Baines (2017-06-23 21:20 +0100) wrote: > Hey, > > Recently I had problems with the way GUIX_PACKAGE_PATH was working with > govuk-guix [1]. Currently, I'm using a separate directory for the > GUIX_PACKAGE_PATH that contains symlinks to a subset of the Guile > modules necessary for the