unofficial mirror of help-guix@gnu.org 
 help / color / mirror / Atom feed
From: Joshua Branson <jbranso@dismail.de>
To: Adam Kandur via <help-guix@gnu.org>
Cc: John Soo <jsoo1@asu.edu>,  Adam Kandur <rndd@tuta.io>
Subject: Re: building emacs from tarball inside guix env
Date: Thu, 10 Sep 2020 10:02:12 -0400	[thread overview]
Message-ID: <87mu1xu3vf.fsf@dismail.de> (raw)
In-Reply-To: <MFAo_IH--3-2@tuta.io> (Adam Kandur via's message of "Thu, 20 Aug 2020 14:22:49 +0200 (CEST)")


1) I would guess that guix environment emacs, looks in the package
definition to discover emacs' dependencies.

2) Are you trying to create a custom emacs package?
If so, then you might like my jmacs package:
https://notabug.org/jbranso/guix-packages/src/master/packages/jmacs.scm

3) I would guess "guix build <package name>".  You could have a custom
channel that is local to your machine.  Any packages in it, take
precedent over packages in guix proper.  That is to say, that your
custom emacs package named "emacs" and is available locally, would be
built instead of the "emacs" package in guix.  You could also define

I personally do this in my ~/.bash_profile

#+BEGIN_SRC sh
    export GUIX_PACKAGE_PATH=/home/joshua/prog/gnu/guix/guix-packages/
#+END_SRC

--
Joshua Branson
Sent from Emacs and Gnus


  reply	other threads:[~2020-09-10 14:02 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-08-20 10:59 building emacs from tarball inside guix env Adam Kandur via
2020-08-20 12:04 ` John Soo
2020-08-20 12:22   ` Adam Kandur via
2020-09-10 14:02     ` Joshua Branson [this message]
2020-09-10 18:26     ` Ricardo Wurmus
2020-08-20 12:06 ` Efraim Flashner

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

  List information: https://guix.gnu.org/

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

  git send-email \
    --in-reply-to=87mu1xu3vf.fsf@dismail.de \
    --to=jbranso@dismail.de \
    --cc=help-guix@gnu.org \
    --cc=jsoo1@asu.edu \
    --cc=rndd@tuta.io \
    /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.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).