From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:59526) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hn3jn-0006JS-Ro for guix-patches@gnu.org; Mon, 15 Jul 2019 12:22:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hn3jn-0006lV-2J for guix-patches@gnu.org; Mon, 15 Jul 2019 12:22:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:40038) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hn3jm-0006lG-UK for guix-patches@gnu.org; Mon, 15 Jul 2019 12:22:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hn3jm-00080S-Aa for guix-patches@gnu.org; Mon, 15 Jul 2019 12:22:02 -0400 Subject: [bug#36638] [PATCH 1/2] gnu: Add websocketpp. Resent-Message-ID: From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <87o91xbz4p.fsf@sdf.lonestar.org> <87k1clbz2i.fsf@sdf.lonestar.org> Date: Mon, 15 Jul 2019 18:21:10 +0200 In-Reply-To: <87k1clbz2i.fsf@sdf.lonestar.org> (Jakob L. Kreuze's message of "Sat, 13 Jul 2019 13:53:57 -0400") Message-ID: <8736j7l155.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: "Jakob L. Kreuze" Cc: 36638@debbugs.gnu.org Hello, zerodaysfordays@sdf.lonestar.org (Jakob L. Kreuze) skribis: > * gnu/packages/web.scm (websocketpp): New variable. [...] > +(define-public websocketpp > + (package > + (name "websocketpp") ^ I indented with an extra space here=E2=80=A6 > + (synopsis "C++ library implementing the WebSocket protocol.") ^ =E2=80=A6 and removed this period. :-) Applied, thanks! Ludo=E2=80=99.