all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: help-debbugs@gnu.org (GNU bug Tracking System)
To: help-guix@gnu.org
Cc: tracker@debbugs.gnu.org
Subject: bug#22970: closed (guix edit mutt -- not working)
Date: Wed, 09 Mar 2016 23:45:02 +0000	[thread overview]
Message-ID: <handler.22970.D22970.145756708426770.ackdone@debbugs.gnu.org> (raw)
In-Reply-To: 20160309232220.GA13286@protected.rcdrun.com

[-- Attachment #1: Type: text/plain, Size: 511 bytes --]

Your message dated Thu, 10 Mar 2016 00:44:33 +0100
with message-id <20160309234433.GA28823@solar>
and subject line Re: bug#22970: guix edit mutt -- not working
has caused the debbugs.gnu.org bug report #22970,
regarding guix edit mutt -- not working
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
22970: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=22970
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems

[-- Attachment #2: Type: message/rfc822, Size: 4211 bytes --]

From: Jean Louis <guix@rcdrun.com>
To: bug-guix@gnu.org
Subject: guix edit mutt -- not working
Date: Thu, 10 Mar 2016 00:22:20 +0100
Message-ID: <20160309232220.GA13286@protected.rcdrun.com>

Hello,

My understanding is that each user, shall be able to:

guix edit mutt

as example, change the options, and get such package, as I wanted to
add: --enable-hcache here:

 `(#:configure-flags '("--enable-smtp"
					   "--enable-imap"
					   "--enable-pop"
					   "--enable-gpgme"
					   "--with-ssl"
					   "--with-sasl"

but I cannot "save" the file, as it is read only:

/gnu/store/632msbms2yaldfnlrb5lbnlnmn9yjisw-guix-0.9.0/share/guile/site/2.0/gnu/packages/mail.scm:
unmodified,
UNLOCKED, readonly: line 206 of 1007 [20%]

And I could not save the file in my home directory, and do:

guix package -i mutt -f mail.scm

I need help in understanding, rather than using mutt, as I want to
urgently run the GNU.

Jean Louis



[-- Attachment #3: Type: message/rfc822, Size: 3662 bytes --]

From: Andreas Enge <andreas@enge.fr>
To: Jean Louis <guix@rcdrun.com>
Cc: 22970-done@debbugs.gnu.org, help-guix@gnu.org
Subject: Re: bug#22970: guix edit mutt -- not working
Date: Thu, 10 Mar 2016 00:44:33 +0100
Message-ID: <20160309234433.GA28823@solar>

On Thu, Mar 10, 2016 at 12:22:20AM +0100, Jean Louis wrote:
> And I could not save the file in my home directory, and do:
> guix package -i mutt -f mail.scm

As mentioned on IRC, modify the file mail.scm by adding a line
   mutt
at the end. Then
   guix package -f mail.scm
does "install the package that the code within FILE evaluates to" as
explained by "guix package --help". mail.scm itself does not evaluate
to anything, it just contains a number of variable definitions. By adding
the line, it "returns" the value of the variable mutt, which is your
package definition.

Better yet, use GUIX_PACKAGE_PATH, for instance as follows:
   export GUIX_PACKAGE_PATH=$HOME/guix
Then create the same file layout in that directory as in the source code:
   mkdir -p $HOME/guix/gnu/packages
Copy mail.scm there, modify mutt, then
   guix package -i mutt
will first look for your modified package.

As this is not a bug, it would have been better to post to help-guix@gnu.org;
let us continue the discussion there (if you are not yet subscribed, please
do so), and I am closing this bug.

Andreas



      parent reply	other threads:[~2016-03-09 23:45 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-03-09 23:22 bug#22970: guix edit mutt -- not working Jean Louis
2016-03-09 23:44 ` Andreas Enge
2016-03-10 19:34   ` Jean Louis
2016-03-10 19:34   ` Jean Louis
2016-03-11 10:48     ` Alex Kost
2016-03-11 11:21       ` Jean Louis
2016-03-11 11:21       ` Jean Louis
2016-03-11 18:48         ` Jean Louis
2016-03-12  8:13           ` Alex Kost
2016-03-12  9:35             ` Jean Louis
2016-03-13 10:47       ` Jean Louis
2016-03-13 11:01         ` Efraim Flashner
2016-03-13 11:01         ` Efraim Flashner
2016-03-13 10:47       ` Jean Louis
2016-03-11 10:48     ` Alex Kost
2016-03-09 23:44 ` Andreas Enge
2016-03-09 23:45 ` GNU bug Tracking System [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=handler.22970.D22970.145756708426770.ackdone@debbugs.gnu.org \
    --to=help-debbugs@gnu.org \
    --cc=help-guix@gnu.org \
    --cc=tracker@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.