From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH 5/6] gnu: Move emacs for building from inputs to native-inputs. Date: Thu, 19 May 2016 13:57:56 +0200 Message-ID: <87k2iqxnsr.fsf@gnu.org> References: <1463422824-7161-1-git-send-email-alezost@gmail.com> <1463422824-7161-6-git-send-email-alezost@gmail.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]:46291) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b3Mab-0006Ky-Cx for guix-devel@gnu.org; Thu, 19 May 2016 07:58:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1b3MaW-0005pN-Fk for guix-devel@gnu.org; Thu, 19 May 2016 07:58:05 -0400 In-Reply-To: <1463422824-7161-6-git-send-email-alezost@gmail.com> (Alex Kost's message of "Mon, 16 May 2016 21:20:23 +0300") 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" To: Alex Kost Cc: guix-devel@gnu.org Alex Kost skribis: > * gnu/packages/emacs.scm (geiser): Move "emacs" from inputs to native-inp= uts. > (paredit): Likewise. > (haskell-mode): Likewise. > (emacs-w3m): Likewise. > (emacs-wget): Likewise. > * gnu/packages/mail.scm (mu): Likewise. > * gnu/packages/scheme.scm (scmutils): Likewise. > * gnu/packages/version-control.scm (vc-dwim): Likewise. LGTM. To be clear, this patch is valid if and only if the packages in question do not contain Emacs among their run-time references (that is, =E2=80=98gui= x gc -R the-package | grep emacs | wc -l=E2=80=99 is zero.) Thanks, Ludo=E2=80=99.