From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ricardo Wurmus Subject: Re: emacs.scm: Suggest add emacs-next or emacs-snapshot Date: Fri, 13 Nov 2015 09:04:38 +0100 Message-ID: <87twoq2ull.fsf@elephly.net> References: <11cf533a.13b0.150f91df556.Coremail.tumashu@163.com> <87fv0bz8f4.fsf@gnu.org> <7fcbf7df.11d3.150fe3ce823.Coremail.tumashu@163.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:57415) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zx9Lo-0000HD-NY for guix-devel@gnu.org; Fri, 13 Nov 2015 03:04:53 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Zx9Ln-0000mz-FE for guix-devel@gnu.org; Fri, 13 Nov 2015 03:04:52 -0500 In-reply-to: <7fcbf7df.11d3.150fe3ce823.Coremail.tumashu@163.com> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: tumashu Cc: guix tumashu 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