From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: Re: [PATCH] gnu: Add bash-tap. Date: Fri, 18 Mar 2016 14:43:42 -0400 Message-ID: <20160318184342.GB9682@jasmine> References: <8760wlrst0.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:49978) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1agzNB-0004M3-Km for guix-devel@gnu.org; Fri, 18 Mar 2016 14:43:46 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1agzN8-0001xh-Sr for guix-devel@gnu.org; Fri, 18 Mar 2016 14:43:45 -0400 Received: from out2-smtp.messagingengine.com ([66.111.4.26]:46390) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1agzN8-0001xZ-Pe for guix-devel@gnu.org; Fri, 18 Mar 2016 14:43:42 -0400 Content-Disposition: inline In-Reply-To: <8760wlrst0.fsf@gnu.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-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Roel Janssen Cc: guix-devel@gnu.org On Thu, Mar 17, 2016 at 05:08:11PM +0100, Roel Janssen wrote: > From f50ae55cfd2edc513de33b2736f9c3a13cd43532 Mon Sep 17 00:00:00 2001 > From: Roel Janssen > Date: Thu, 17 Mar 2016 17:03:34 +0100 > Subject: [PATCH] gnu: Add bash-tap. > > * gnu/packages/bash.scm (bash-tap): New variable. I don't have much experience with the trivial build system but overall this patch looks good to me. The build process is simple and easy to understand. Can someone with more experience take a look and apply the patch if it's okay? If nobody does in a few days, I will go ahead and push.