help-guix
[Top][All Lists]
Advanced

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

Re: building emacs from tarball inside guix env


From: Joshua Branson
Subject: Re: building emacs from tarball inside guix env
Date: Thu, 10 Sep 2020 10:02:12 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux)

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 via email to

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