help-guix
[Top][All Lists]
Advanced

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

Re: Integrate guix-installed Emacs packages with locally compiled Emacs


From: Ludovic Courtès
Subject: Re: Integrate guix-installed Emacs packages with locally compiled Emacs pretest
Date: Wed, 14 Mar 2018 14:08:48 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux)

Pierre Neidhardt <address@hidden> skribis:

> Is there such a thing as a curated list of unofficial, user-contributed
> packages for GuixSD?  (Anything that cannot be accepted in the official
> repository, such as development versions.)

No, there’s no such thing.

However, I would hope that development versions can easily be packaged,
either from the command-line using ‘--with-source’¹, or by defining a
package variant as in:

  (define emacs-git
    (package
      (inherit emacs)
      (source …)))

Thanks,
Ludo’.

¹ 
https://www.gnu.org/software/guix/manual/html_node/Package-Transformation-Options.html



reply via email to

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