tumashu <[email protected]> writes:
> By the way, when I use the below command:
>  
>    guix build emacs-snapshot --with-source=./emacs-snapshot-20151111.tar.gz
>
> to build a new emacs-snapshot, How can i install it?  I can't find any help 
> on manual....

“guix build” will print a store item path at the very end.  You can ask
Guix to install that path directly:

    guix package -i /gnu/store/....

(I’m not sure about this but I remember doing something like this in the
recent past.)

~~ Ricardo


Reply via email to