From mboxrd@z Thu Jan 1 00:00:00 1970 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 Message-ID: <20160310014522.GB29687@jasmine> References: <20160310004446.GA23830@protected.rcdrun.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:49954) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1adpfJ-0007xG-Nh for help-guix@gnu.org; Wed, 09 Mar 2016 20:45:26 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1adpfF-000825-Mq for help-guix@gnu.org; Wed, 09 Mar 2016 20:45:25 -0500 Received: from out3-smtp.messagingengine.com ([66.111.4.27]:42129) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1adpfF-00081z-J5 for help-guix@gnu.org; Wed, 09 Mar 2016 20:45:21 -0500 Content-Disposition: inline In-Reply-To: <20160310004446.GA23830@protected.rcdrun.com> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org To: Jean Louis Cc: help-guix@gnu.org 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?