From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:46453) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gqye4-00013t-5T for guix-patches@gnu.org; Tue, 05 Feb 2019 06:12:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gqye3-0007ah-4E for guix-patches@gnu.org; Tue, 05 Feb 2019 06:12:04 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:60961) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gqye2-0007aN-Ho for guix-patches@gnu.org; Tue, 05 Feb 2019 06:12:03 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1gqye2-0006Wg-3d for guix-patches@gnu.org; Tue, 05 Feb 2019 06:12:02 -0500 Subject: [bug#34120] [PATCH] gnu: Add cqfd. Resent-Message-ID: From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <87fttq3514.fsf@gmail.com> Date: Tue, 05 Feb 2019 12:11:37 +0100 In-Reply-To: <87fttq3514.fsf@gmail.com> (Maxim Cournoyer's message of "Fri, 18 Jan 2019 00:31:51 -0500") Message-ID: <875ztyjxqu.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Maxim Cournoyer Cc: 34120@debbugs.gnu.org Hello! Maxim Cournoyer skribis: > From c94101e5126f34c613b6a6a3daca1373a90b0882 Mon Sep 17 00:00:00 2001 > From: Maxim Cournoyer > Date: Thu, 17 Jan 2019 22:03:47 -0500 > Subject: [PATCH] gnu: Add cqfd. > > * gnu/packages/docker.scm (cqfd): New variable. LGTM, thanks! BTW, for a simple package like this, you can apply the simple-patch rule that =E2=80=98HACKING=E2=80=99 describes and push quickly if nobody comment= s. Thanks, Ludo=E2=80=99.