From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:39235) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iP2Jf-0007dQ-Vu for guix-patches@gnu.org; Mon, 28 Oct 2019 06:32:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iP2Je-0001K6-WD for guix-patches@gnu.org; Mon, 28 Oct 2019 06:32:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:35090) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iP2Je-0001Jy-SR for guix-patches@gnu.org; Mon, 28 Oct 2019 06:32:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1iP2Je-0003EU-KH for guix-patches@gnu.org; Mon, 28 Oct 2019 06:32:02 -0400 Subject: [bug#37923] [PATCH v3 1/4] gnu: profanity: Add configure flags and inputs for better defaults. Resent-Message-ID: Received: from eggs.gnu.org ([2001:470:142:3::10]:39164) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iP2J2-0007Zu-DL for guix-patches@gnu.org; Mon, 28 Oct 2019 06:31:29 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iP2J1-00011D-Hr for guix-patches@gnu.org; Mon, 28 Oct 2019 06:31:24 -0400 Received: from mail-wm1-x335.google.com ([2a00:1450:4864:20::335]:38453) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iP2J1-00010a-4F for guix-patches@gnu.org; Mon, 28 Oct 2019 06:31:23 -0400 Received: by mail-wm1-x335.google.com with SMTP id 22so8392233wms.3 for ; Mon, 28 Oct 2019 03:31:23 -0700 (PDT) References: <20191025151711.aoqcwzuz7vwcgdbm@rafflesia> <20191026211110.2595-1-tanguy@bioneland.org> From: Mathieu Othacehe In-reply-to: <20191026211110.2595-1-tanguy@bioneland.org> Date: Mon, 28 Oct 2019 11:31:07 +0100 Message-ID: <87v9s9yxec.fsf@gmail.com> MIME-Version: 1.0 Content-Type: text/plain 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: 37923@debbugs.gnu.org Cc: tanguy@bioneland.org, 37923-done@debbugs.gnu.org Hello Tanguy, Pushed with minor changes in commit log and title. Thanks, Mathieu