From mboxrd@z Thu Jan 1 00:00:00 1970 From: Danny Milosavljevic Subject: Re: [PATCH v6] gnu: Add u-boot, device-tree-compiler. Date: Wed, 24 Aug 2016 02:15:18 +0200 Message-ID: <20160824021518.02963eef@scratchpost.org> References: <20160801200535.30747-1-dannym@scratchpost.org> <20160802071139.6664-1-dannym@scratchpost.org> <20160821102347.3ffb2103@scratchpost.org> <20160822214054.65959933@scratchpost.org> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:56227) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bcLqx-0008CY-Kh for guix-devel@gnu.org; Tue, 23 Aug 2016 20:15:36 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bcLqr-00020l-DW for guix-devel@gnu.org; Tue, 23 Aug 2016 20:15:34 -0400 Received: from dd1012.kasserver.com ([85.13.128.8]:49748) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bcLqr-0001zT-6j for guix-devel@gnu.org; Tue, 23 Aug 2016 20:15:29 -0400 In-Reply-To: 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: David Craven Cc: guix-devel I see. The additions would be then: (define-public u-boot-vexpress_ca9x4 (make-u-boot-package "vexpress_ca9x4")) (define-public u-boot-malta (make-u-boot-package "malta"))