From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:47237) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1em2c5-0001OH-7m for guix-patches@gnu.org; Wed, 14 Feb 2018 14:21:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1em2c2-0006fy-2I for guix-patches@gnu.org; Wed, 14 Feb 2018 14:21:05 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:35281) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1em2c1-0006fg-Un for guix-patches@gnu.org; Wed, 14 Feb 2018 14:21:01 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1em2c1-0005Fm-Pj for guix-patches@gnu.org; Wed, 14 Feb 2018 14:21:01 -0500 Subject: [bug#30404] [PATCH] Add cat-avatar-generator-service. Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <20180209214356.640edd8f@lepiller.eu> <87po5dx0uy.fsf@gnu.org> <20180209234832.6adb3206@lepiller.eu> Date: Wed, 14 Feb 2018 20:20:11 +0100 In-Reply-To: <20180209234832.6adb3206@lepiller.eu> (Julien Lepiller's message of "Fri, 9 Feb 2018 23:48:32 +0100") Message-ID: <87d117qsyc.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: Julien Lepiller Cc: 30404@debbugs.gnu.org Heya! Julien Lepiller skribis: > Le Fri, 09 Feb 2018 23:19:17 +0100, > ludo@gnu.org (Ludovic Court=C3=A8s) a =C3=A9crit : [...] >> > +(define* (cat-avatar-generator-service >> > + #:key >> > + (cache-dir "/var/cache/cat-avatar-generator") >> > + (configuration (nginx-server-configuration))) >> > + (simple-service 'cat-http-server nginx-service-type >> > + (list (nginx-server-configuration=20=20 >>=20 >> Normally the 3rd argument would be aligned with the 1st here. > I don't understand that comment... What should be aligned exactly? The lines above should be like this: (simple-service 'cat-http-server nginx-service-type (list (nginx-server-configuration (Here (list =E2=80=A6) is the 3rd argument to =E2=80=98simple-service=E2=80= =99.) No big deal though. :-) Thanks, Ludo=E2=80=99.