Re: [PATCH] gnu: guile-next: Set correct native search paths.

2016-02-23 Thread Thompson, David
On Sat, Feb 13, 2016 at 12:13 AM, Thompson, David wrote: > I've started building my own projects with Guile 2.1.2 and I noticed > that the search paths needed adjustment in order to find modules. I fixed the one place where I forgot to s/2.0/2.2/ and pushed. - Dave

Re: [PATCH] gnu: guile-next: Set correct native search paths.

2016-02-21 Thread Jan Nieuwenhuizen
Andy Wingo writes: >> +(native-search-paths >> + (list (search-path-specification >> +(variable "GUILE_LOAD_PATH") >> +(files '("share/guile/site/2.2"))) >> + (search-path-specification >> +(variable "GUILE_LOAD_COMPILED_PATH") >> +

Re: [PATCH] gnu: guile-next: Set correct native search paths.

2016-02-15 Thread Thompson, David
On Mon, Feb 15, 2016 at 3:47 AM, Andy Wingo wrote: > On Sat 13 Feb 2016 06:13, "Thompson, David" writes: > >> diff --git a/gnu/packages/guile.scm b/gnu/packages/guile.scm >> index e6e7228..11d9da1 100644 >> --- a/gnu/packages/guile.scm >> +++ b/gnu/packages/guile.scm >> @@ -210,7 +210,15 @@ witho

Re: [PATCH] gnu: guile-next: Set correct native search paths.

2016-02-15 Thread Andy Wingo
On Sat 13 Feb 2016 06:13, "Thompson, David" writes: > diff --git a/gnu/packages/guile.scm b/gnu/packages/guile.scm > index e6e7228..11d9da1 100644 > --- a/gnu/packages/guile.scm > +++ b/gnu/packages/guile.scm > @@ -210,7 +210,15 @@ without requiring the source code to be rewritten.") >

Re: [PATCH] gnu: guile-next: Set correct native search paths.

2016-02-12 Thread Jan Nieuwenhuizen
Thompson, David writes: > I've started building my own projects with Guile 2.1.2 and I noticed > that the search paths needed adjustment in order to find modules. Ah...great I've been wondering about this; assuming everyone would be running latest guile. Do we want a guile-next-lib, I am using t

[PATCH] gnu: guile-next: Set correct native search paths.

2016-02-12 Thread Thompson, David
] gnu: guile-next: Set correct native search paths. * gnu/packages/guile.scm (guile-next): Use the "2.2" directory for the load paths. --- gnu/packages/guile.scm | 10 +- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/gnu/packages/guile.scm b/gnu/packages/guile.sc