Re: [PATCH 1/4] build: Add more variables to (guix config).

2015-08-25 Thread Mathieu Lirzin
l...@gnu.org (Ludovic Courtès) writes: > Mathieu Lirzin skribis: > >> * guix/config.scm.in (%prefix, %guile-module-dir): New variables. > > In general augmenting (guix config) is problematic because of the way > ‘guix pull’ works: (guix config) is always preserved, so if the pulled > code expects

Re: [PATCH 1/4] build: Add more variables to (guix config).

2015-08-18 Thread Ludovic Courtès
Mathieu Lirzin skribis: > * guix/config.scm.in (%prefix, %guile-module-dir): New variables. In general augmenting (guix config) is problematic because of the way ‘guix pull’ works: (guix config) is always preserved, so if the pulled code expects new variables there, it may be disappointed. Ludo

Re: [PATCH 1/4] build: Add more variables to (guix config).

2015-08-06 Thread Mathieu Lirzin
Alex Kost writes: > I'm not sure about this patch. See > > (search for "guix-helper" there). > > It may not be reliable to use other guix modules in > "emacs/guix-helper.scm" (or in "scripts/guix") because the path of guix > mo

Re: [PATCH 1/4] build: Add more variables to (guix config).

2015-07-29 Thread Alex Kost
Mathieu Lirzin (2015-07-28 00:48 +0300) wrote: > * guix/config.scm.in (%prefix, %guile-module-dir): New variables. > * emacs/guix-helper.scm.in: Rename to ... > * emacs/guix-helper.scm: ... this. New file. Use them. > * .gitignore, configure.ac: Adjust accordingly. I'm not sure about this patch

[PATCH 1/4] build: Add more variables to (guix config).

2015-07-27 Thread Mathieu Lirzin
* guix/config.scm.in (%prefix, %guile-module-dir): New variables. * emacs/guix-helper.scm.in: Rename to ... * emacs/guix-helper.scm: ... this. New file. Use them. * .gitignore, configure.ac: Adjust accordingly. --- .gitignore | 1 - configure.ac | 3 +-- emacs/guix-h