From mboxrd@z Thu Jan 1 00:00:00 1970 From: Roel Janssen Subject: Re: [PATCH] gnu: Add bioawk. Date: Fri, 11 Mar 2016 16:27:22 +0100 Message-ID: <87a8m5592d.fsf@gnu.org> References: <87d1r4eno9.fsf@gnu.org> <87mvq6j5vz.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:59618) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aeOyL-0008P8-UI for guix-devel@gnu.org; Fri, 11 Mar 2016 10:27:26 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aeOyK-0006eN-T0 for guix-devel@gnu.org; Fri, 11 Mar 2016 10:27:25 -0500 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-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Ricardo Wurmus Cc: guix-devel@gnu.org Ricardo Wurmus writes: > Roel Janssen writes: > > >>>> + (replace >>>> + 'install >>> >>> Please put “'install” on the same line as “(replace”. >> >> Should I do this for other (replace ...) as well? If I want to replace >> the build phase, should I put it on the same line as well? > > Yes, the phase name(s) should always be on the same line as the “verb”. I will do this in future patches. Thanks.