help-guix
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Leo Famulari
Subject: Re: guix edit mutt -- with new option, and dependency, how I got it working
Date: Wed, 9 Mar 2016 20:45:22 -0500
User-agent: Mutt/1.5.24 (2015-08-30)

On Thu, Mar 10, 2016 at 01:44:47AM +0100, Jean Louis wrote:
> Hello,
> 
> I wish to share how I got this working:

[...]

> So, I have done that with file:
> 
> ~/gnu/guix/packages/mutt.scm
> 
> which is attached.
> 
> And I have added, dependency "gdbm" for the option --enable-hcache to
> have it working:
> 
> (inputs
>  `(("cyrus-sasl" ,cyrus-sasl)
>        ("gpgme" ,gpgme)
>        ("gdbm" ,gdbm)
> 
> and
> 
>      `(#:configure-flags '("--enable-smtp"
>                            "--enable-imap"
>                            "--enable-pop"
>                            "--enable-gpgme"
>                            "--enable-hcache"

Cool, I'm glad you got that working.

Do you think this option (--enable-hcache) should be in our default mutt
package? Would all mutt users benefit from it? Or is it something
specific to your use case?



reply via email to

[Prev in Thread] Current Thread [Next in Thread]