From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: emacs.scm: Suggest add emacs-next or emacs-snapshot Date: Fri, 13 Nov 2015 09:47:04 +0100 Message-ID: <87io56p9pz.fsf@gnu.org> 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: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:38920) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZxA0k-0004nj-Gi for guix-devel@gnu.org; Fri, 13 Nov 2015 03:47:11 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZxA0h-00041x-B4 for guix-devel@gnu.org; Fri, 13 Nov 2015 03:47:10 -0500 In-Reply-To: <7fcbf7df.11d3.150fe3ce823.Coremail.tumashu@163.com> (tumashu@163.com's message of "Fri, 13 Nov 2015 08:26:55 +0800 (CST)") 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 skribis: > By the way, when I use the below command: >=20=20 > guix build emacs-snapshot --with-source=3D./emacs-snapshot-20151111.ta= r.gz > > to build a new emacs-snapshot, How can i install it? I can't find any he= lp on manual.... Currently you have to do: guix package -i $(guix build emacs --with-source=3D=E2=80=A6/emacs-201511= 11.tar.gz) Not as convenient as one would like. I guess we could add --with-source directly in =E2=80=98guix package=E2=80=99. Ludo=E2=80=99.