From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43931) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fFcmU-0006BK-64 for guix-patches@gnu.org; Mon, 07 May 2018 05:50:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fFcmR-0008FX-3J for guix-patches@gnu.org; Mon, 07 May 2018 05:50:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:44090) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fFcmQ-0008FL-Uq for guix-patches@gnu.org; Mon, 07 May 2018 05:50:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1fFcmQ-0000Qh-O2 for guix-patches@gnu.org; Mon, 07 May 2018 05:50:02 -0400 Subject: [bug#31331] [PATCH 1/2] gnu: Add bitlbee-discord. Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <20180502203051.hdczlu5bc2wfgg6q@abyayala> <20180505155751.12539-1-contact@parouby.fr> Date: Mon, 07 May 2018 11:49:06 +0200 In-Reply-To: <20180505155751.12539-1-contact@parouby.fr> (Pierre-Antoine Rouby's message of "Sat, 5 May 2018 17:57:51 +0200") Message-ID: <87efinaj8t.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: Pierre-Antoine Rouby Cc: 31331@debbugs.gnu.org, gillmann@infotropique.org Pierre-Antoine Rouby skribis: > * gnu/packages/messaging.scm (bitlbee-discord): New variable. > (bitlbee): Add 'install-lib' phase. I made it two separate patches and applied. Thank you, and thanks Nils for the review! Ludo=E2=80=99.