Re: [PATCH] gnu: guile: Add "site-ccache" to the search path.

2016-06-30 Thread Ludovic Courtès
Alex Kost skribis: > Ludovic Courtès (2016-06-30 13:31 +0300) wrote: > >> Andy Wingo skribis: >> >>> On Wed 29 Jun 2016 15:14, l...@gnu.org (Ludovic Courtès) writes: >>> > --- a/gnu/packages/guile.scm > +++ b/gnu/packages/guile.scm > @@ -180,6 +180,7 @@ without requiring the source c

Re: [PATCH] gnu: guile: Add "site-ccache" to the search path.

2016-06-30 Thread Alex Kost
Ludovic Courtès (2016-06-30 13:31 +0300) wrote: > Andy Wingo skribis: > >> On Wed 29 Jun 2016 15:14, l...@gnu.org (Ludovic Courtès) writes: >> --- a/gnu/packages/guile.scm +++ b/gnu/packages/guile.scm @@ -180,6 +180,7 @@ without requiring the source code to be rewritten.")

Re: [PATCH] gnu: guile: Add "site-ccache" to the search path.

2016-06-30 Thread Ludovic Courtès
Andy Wingo skribis: > On Wed 29 Jun 2016 15:14, l...@gnu.org (Ludovic Courtès) writes: > >>> --- a/gnu/packages/guile.scm >>> +++ b/gnu/packages/guile.scm >>> @@ -180,6 +180,7 @@ without requiring the source code to be rewritten.") >>>(search-path-specification >>> (variab

Re: [PATCH] gnu: guile: Add "site-ccache" to the search path.

2016-06-29 Thread Andy Wingo
On Wed 29 Jun 2016 15:14, l...@gnu.org (Ludovic Courtès) writes: >> --- a/gnu/packages/guile.scm >> +++ b/gnu/packages/guile.scm >> @@ -180,6 +180,7 @@ without requiring the source code to be rewritten.") >>(search-path-specification >> (variable "GUILE_LOAD_COMPILED_PATH")

Re: [PATCH] gnu: guile: Add "site-ccache" to the search path.

2016-06-29 Thread Ludovic Courtès
54be23753f61fa9c3a318d411eb48fb75bf6 Mon Sep 17 00:00:00 2001 > From: Alex Kost > Date: Wed, 29 Jun 2016 10:51:26 +0300 > Subject: [PATCH] gnu: guile: Add "site-ccache" to the search path. > > * gnu/packages/guile.scm (guile-2.0)[native-search-paths]: Add > "

[PATCH] gnu: guile: Add "site-ccache" to the search path.

2016-06-29 Thread Alex Kost
:00:00 2001 From: Alex Kost Date: Wed, 29 Jun 2016 10:51:26 +0300 Subject: [PATCH] gnu: guile: Add "site-ccache" to the search path. * gnu/packages/guile.scm (guile-2.0)[native-search-paths]: Add "lib/guile/2.0/site-ccache" to GUILE_LOAD_COMPILED_PATH. (guile-next): Likew