From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alex Kost Subject: [PATCH 0/4] v2: Use emacs-minimal to build emacs packages. Date: Sat, 21 May 2016 14:57:51 +0300 Message-ID: <1463831875-28373-1-git-send-email-alezost@gmail.com> Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:48443) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b45Xr-0007PF-7v for guix-devel@gnu.org; Sat, 21 May 2016 07:58:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1b45Xm-0003na-BI for guix-devel@gnu.org; Sat, 21 May 2016 07:58:14 -0400 Received: from mail-lf0-x232.google.com ([2a00:1450:4010:c07::232]:35958) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b45Xm-0003nR-3C for guix-devel@gnu.org; Sat, 21 May 2016 07:58:10 -0400 Received: by mail-lf0-x232.google.com with SMTP id e130so23257787lfe.3 for ; Sat, 21 May 2016 04:58:09 -0700 (PDT) Received: from localhost.localdomain ([217.107.192.156]) by smtp.gmail.com with ESMTPSA id j2sm4184680lfb.13.2016.05.21.04.58.07 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Sat, 21 May 2016 04:58:08 -0700 (PDT) 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: guix-devel@gnu.org This is the updated patchset for adding emacs-minimal and using it to build emacs packages. Only PATCH 2 is new: I removed the mess I did with native-inputs and used #:emacs keyword for auctex instead (thanks to Federico and Ludovic for the comments!). The rest patches are the same as they were. [PATCH 1/4] gnu: Add emacs-minimal. [PATCH 2/4] build-system/emacs: Use 'emacs-minimal' by default. [PATCH 3/4] gnu: Move emacs for building from inputs to native-inputs. [PATCH 4/4] gnu: Use 'emacs-minimal' instead of 'emacs-no-x'.