tumashu <[email protected]> skribis: > 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....
Currently you have to do: guix package -i $(guix build emacs --with-source=…/emacs-20151111.tar.gz) Not as convenient as one would like. I guess we could add --with-source directly in ‘guix package’. Ludo’.
