From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Thompson, David" Subject: Re: [PATCH v2 1/6] gnu: Add fpga module. Date: Tue, 16 Aug 2016 14:33:35 -0400 Message-ID: References: <20160816180653.22524-1-dannym@scratchpost.org> <20160816180653.22524-2-dannym@scratchpost.org> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:43594) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bZjBD-0008V5-Km for guix-devel@gnu.org; Tue, 16 Aug 2016 14:33:40 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bZjBA-0004VX-6A for guix-devel@gnu.org; Tue, 16 Aug 2016 14:33:38 -0400 Received: from mail-ua0-x244.google.com ([2607:f8b0:400c:c08::244]:36572) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bZjBA-0004VT-2M for guix-devel@gnu.org; Tue, 16 Aug 2016 14:33:36 -0400 Received: by mail-ua0-x244.google.com with SMTP id 74so7165492uau.3 for ; Tue, 16 Aug 2016 11:33:35 -0700 (PDT) In-Reply-To: <20160816180653.22524-2-dannym@scratchpost.org> 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: Danny Milosavljevic Cc: guix-devel On Tue, Aug 16, 2016 at 2:06 PM, Danny Milosavljevic wrote: > > * gnu/packages/fpga.scm: New file. > --- > gnu/local.mk | 1 + > gnu/packages/fpga.scm | 40 ++++++++++++++++++++++++++++++++++++++++ > 2 files changed, 41 insertions(+) > create mode 100644 gnu/packages/fpga.scm > You should merge this commit with the first patch that adds a variable to this module. - Dave