From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ricardo Wurmus Subject: Re: [PATCH] gnu: Add bioawk. Date: Fri, 11 Mar 2016 14:35:33 +0100 Message-ID: References: <87d1r4eno9.fsf@gnu.org> <87mvq6j5vz.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:51841) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aeNEJ-0008CT-Lu for guix-devel@gnu.org; Fri, 11 Mar 2016 08:35:48 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aeNED-0002oq-VN for guix-devel@gnu.org; Fri, 11 Mar 2016 08:35:47 -0500 In-Reply-To: <87mvq6j5vz.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 Roel Janssen writes: >>> + (replace >>> + 'install >> >> Please put =E2=80=9C'install=E2=80=9D on the same line as =E2=80=9C(re= place=E2=80=9D. > > 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 =E2=80=9C= verb=E2=80=9D. ~~ Ricardo