From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ricardo Wurmus Subject: Re: [PATCH] gnu: bind-utils: Build and install =?utf-8?B?4oCcbnN1?= =?utf-8?B?cGRhdGXigJ0u?= Date: Thu, 21 Jan 2016 15:58:43 +0100 Message-ID: References: <8760yxt2by.fsf@gnu.org> <87lh7stu35.fsf@gmail.com> <87mvs7912x.fsf@gnu.org> <87twm7krc6.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]:46126) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aMGhK-0006ke-JZ for guix-devel@gnu.org; Thu, 21 Jan 2016 09:58:55 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aMGhH-0003U8-B9 for guix-devel@gnu.org; Thu, 21 Jan 2016 09:58:54 -0500 In-Reply-To: <87twm7krc6.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: Mathieu Lirzin Cc: Guix-devel , Alex Kost Mathieu Lirzin writes: > Ricardo Wurmus writes: > >> Okay. Attached are three new patches. I thought I should better spli= t >> this up into separate commits for clarity. > > Splitting thoses changes is a good idea. Thanks for taking the time to > do it. > >>>From b276ca4c3940663137e4449144b2256f03e47d27 Mon Sep 17 00:00:00 2001 >> From: Ricardo Wurmus >> Date: Thu, 21 Jan 2016 11:20:30 +0100 >> Subject: [PATCH 1/3] gnu: bind-utils: Use "modify-phases" syntax. >> >> * gnu/packages/dns.scm (bind-utils): Use "modify-phases" syntax. > > OK. > >>>From 4c7f432edbd65abad749170a280d88181f533635 Mon Sep 17 00:00:00 2001 >> From: Ricardo Wurmus >> Date: Thu, 21 Jan 2016 11:41:10 +0100 >> Subject: [PATCH 2/3] gnu: bind-utils: Generalize "build" and "install"= phases. >> >> * gnu/packages/dns.scm (bind-utils)[arguments]: Generalize "build" and >> "install" phases. > > OK. > >>>From 6bd7b2a30ef1f128097c2ff4030e465e3955a34f Mon Sep 17 00:00:00 2001 >> From: Ricardo Wurmus >> Date: Thu, 21 Jan 2016 11:42:17 +0100 >> Subject: [PATCH 3/3] gnu: bind-utils: Build and install "nsupdate". >> >> * gnu/packages/dns.scm (bind-utils)[arguments]: Also build and install >> "nsupdate" executable. > > I think =E2=80=9CAlso=E2=80=9D can be removed here. Otherwise LGTM. I removed the =E2=80=9CAlso=E2=80=9D and pushed the three commits. Thank= s for taking the time to review! ~~ Ricardo