From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH] system: container: Update to new service API. Date: Fri, 30 Oct 2015 17:41:37 +0100 Message-ID: <874mh8fgvy.fsf@gnu.org> References: <87611txiw7.fsf@izanagi.i-did-not-set--mail-host-address--so-tickle-me> <87k2q8v42g.fsf@gnu.org> <87y4el49np.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 ([208.118.235.92]:40434) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZsCkL-0002o9-6i for guix-devel@gnu.org; Fri, 30 Oct 2015 12:41:45 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZsCkG-0006Te-6q for guix-devel@gnu.org; Fri, 30 Oct 2015 12:41:45 -0400 In-Reply-To: (David Thompson's message of "Thu, 29 Oct 2015 20:58:27 -0400") 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: "Thompson, David" Cc: guix-devel "Thompson, David" skribis: > From 750131550354a25541a3adcdd983f4053bb86cc9 Mon Sep 17 00:00:00 2001 > From: David Thompson > Date: Thu, 29 Oct 2015 00:15:36 -0400 > Subject: [PATCH] system: container: Adjust to changes in gexps. > > * gnu/system/linux-container.scm (system-container): 'etc' is no longer > a monadic value, and the result of 'file-union' must be lowered. LGTM, thanks! (And sorry for the unintended breakage.) Ludo=E2=80=99.