Re: guix edit mutt -- with new option, and dependency, how I got it working

2016-03-10 Thread Leo Famulari
On Thu, Mar 10, 2016 at 11:06:49PM +0200, Efraim Flashner wrote: > On Thu, 10 Mar 2016 15:45:51 -0500 > Leo Famulari wrote: > > > On Thu, Mar 10, 2016 at 07:58:06AM +0100, Jean Louis wrote: > > [...] > > > > I'm really glad you mentioned this on our list! My "Archive" mail folder > > has ~300

Re: guix edit mutt -- with new option, and dependency, how I got it working

2016-03-10 Thread Efraim Flashner
On Thu, 10 Mar 2016 15:45:51 -0500 Leo Famulari wrote: > On Thu, Mar 10, 2016 at 07:58:06AM +0100, Jean Louis wrote: > [...] > > I'm really glad you mentioned this on our list! My "Archive" mail folder > has ~3 messages, and I rarely opened it because of how long it would > take Mutt to l

Re: guix edit mutt -- with new option, and dependency, how I got it working

2016-03-10 Thread Leo Famulari
On Thu, Mar 10, 2016 at 07:58:06AM +0100, Jean Louis wrote: > Hello Leo, > > I was using mutt on Debian, that option was always included: > header_cache > > - mutt accesses remote emails > - this speeds up everything > - GuixSD already includes gdbm and tokyocabinet > - I have chosen gdbm, but te

Re: bug#22970: guix edit mutt -- not working

2016-03-10 Thread Jean Louis
Hello Andreas, I have now 2 files in gnu/guix/packages/*.scm, for mutt and postgresql: and now I get each time on running guix, following: guix package: warning: failed to load '(databases)': ERROR: no code for module (databases) guix package: warning: failed to load '(mutt)': ERROR: no code for

Re: Guix unmounted my /home, while -i hello

2016-03-10 Thread Jean Louis
Hello Ludo, It will certainly happen again. I have solved it for myself, but it may happen to somebody in future by same manner. On Thu, Mar 10, 2016 at 05:29:31PM +0100, Ludovic Courtès wrote: > g...@rcdrun.com skribis: > > > My personal problem is solved. > > Great! > > > But there is proble

Re: guix package -i emacs, failed

2016-03-10 Thread Ludovic Courtès
Jean Louis skribis: > Is there way to download binary directly? As discussed on IRC, please read carefully and make sure you did not miss any steps. HTH! Ludo’.

Re: Guix unmounted my /home, while -i hello

2016-03-10 Thread Ludovic Courtès
g...@rcdrun.com skribis: > My personal problem is solved. Great! > But there is problem in the daemon or guix, that it unmounted user's > partition, and that should never happen on stable system. Sorry, I still fail to understand what happened. Let us know if that shows up again. Ludo’.

Re: How to solve /etc/login.defs

2016-03-10 Thread Jean Louis
Hello, Thank you much. I have solved that by using ~/.xsession like below. And I use zsh, but for X it was required to give PATH before Window Manager starts. cat .xsession PATH=/home/data1/protected/Programming/git/fgallery:/home/data1/protected/.guix-profile/bin:/home/data1/protected/.guix-pro

Re: guix package -i emacs, failed

2016-03-10 Thread Jean Louis
Hello, Is there way to download binary directly? On Thu, Mar 10, 2016 at 05:05:05PM +0800, 宋文武 wrote: > Jean Louis writes: > > > Hello, > > > > Yesterday I was trying to compile emacs from guix: guix package -i > > emacs, and it did not work, it said: gdk-pixbuf could not be done for > > 3600

Re: How to solve /etc/login.defs

2016-03-10 Thread 宋文武
Jean Louis writes: > Hello, > > I am using guix on Debian. The default path for guix is: > $HOME/.guix-profile/bin and sbin > > And I am using login manager lightdm, so the default PATH cannot be > read. I guess, that /etc/login.defs have to be changed for each user to > include $PATH correctly.

Re: guix package -i emacs, failed

2016-03-10 Thread 宋文武
Jean Louis writes: > Hello, > > Yesterday I was trying to compile emacs from guix: guix package -i > emacs, and it did not work, it said: gdk-pixbuf could not be done for > 3600 seconds, something like that. I think the issue is gdk-pixbuf's stress tests try to use a lot of memory and sometimes c