Re: [PATCH 1/4] gnu: Add XFILESEARCH path to profiles' environment.

2016-11-29 Thread John Darrington
On Tue, Nov 29, 2016 at 10:42:49PM +0100, Ludovic Court??s wrote: John Darrington skribis: > > * Hack the hard coded defaults in the libXt source to use the profile > > settings instead of /usr > > Maybe we should just do that, no? It???d be a

Re: [PATCH 1/4] gnu: Add XFILESEARCH path to profiles' environment.

2016-11-29 Thread Ludovic Courtès
John Darrington skribis: > On Tue, Nov 29, 2016 at 03:34:11PM +0100, Ludovic Court??s wrote: > John Darrington skribis: > > > We can cut down on the size of this string iff we can somehow > > guarantee that no package ever ships a file in any of those locations. > > > >

Re: [PATCH 1/4] gnu: Add XFILESEARCH path to profiles' environment.

2016-11-29 Thread John Darrington
On Tue, Nov 29, 2016 at 03:34:11PM +0100, Ludovic Court??s wrote: John Darrington skribis: > We can cut down on the size of this string iff we can somehow > guarantee that no package ever ships a file in any of those locations. > > Some "solutions" (in my order of prefere

Re: [PATCH 1/4] gnu: Add XFILESEARCH path to profiles' environment.

2016-11-29 Thread Ludovic Courtès
John Darrington skribis: > > > * gnu/system.scm (operating-system-etc-service): Add new environment > variable: > > The guix.texi change is missing from the log. > > Thanks for noticing. > > > diff --git a/doc/guix.texi b/doc/guix.texi > > index e64c361..9d133bb

Re: [PATCH 1/4] gnu: Add XFILESEARCH path to profiles' environment.

2016-11-28 Thread John Darrington
> * gnu/system.scm (operating-system-etc-service): Add new environment variable: The guix.texi change is missing from the log. Thanks for noticing. > diff --git a/doc/guix.texi b/doc/guix.texi > index e64c361..9d133bb 100644 > --- a/doc/guix.texi > +++ b/

Re: [PATCH 1/4] gnu: Add XFILESEARCH path to profiles' environment.

2016-11-27 Thread Ludovic Courtès
Hello! John Darrington skribis: > * gnu/system.scm (operating-system-etc-service): Add new environment variable: > XFILESEARCHPATH > --- > doc/guix.texi | 30 ++ > gnu/system.scm | 25 + > 2 files changed, 55 insertions(+) The guix.texi chan