From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:58944) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iOTLx-0000yw-Dc for guix-patches@gnu.org; Sat, 26 Oct 2019 17:12:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iOTLw-0000fp-Br for guix-patches@gnu.org; Sat, 26 Oct 2019 17:12:05 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:60931) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iOTLw-0000fl-9L for guix-patches@gnu.org; Sat, 26 Oct 2019 17:12:04 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1iOTLw-0001LH-2a for guix-patches@gnu.org; Sat, 26 Oct 2019 17:12:04 -0400 Subject: [bug#37923] [PATCH v3 3/4] gnu: profanity: Add configure flags, so that build fail if libs are missing. Resent-Message-ID: From: tanguy@bioneland.org Date: Sat, 26 Oct 2019 23:11:09 +0200 Message-Id: <20191026211110.2595-3-tanguy@bioneland.org> In-Reply-To: <20191026211110.2595-1-tanguy@bioneland.org> References: <20191026211110.2595-1-tanguy@bioneland.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 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 From: Tanguy Le Carrour * gnu/packages/messaging.scm (profanity)[arguments]<#configure-flags>: Add --enable-c-plugins and --enable-otr. --- gnu/packages/messaging.scm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm index 63b14287ce..626aec4908 100644 --- a/gnu/packages/messaging.scm +++ b/gnu/packages/messaging.scm @@ -1629,7 +1629,9 @@ are both supported).") (build-system gnu-build-system) (arguments '(#:configure-flags - (list "--enable-omemo" + (list "--enable-c-plugins" + "--enable-otr" + "--enable-omemo" "--enable-icons" "--enable-notifications"))) (inputs -- 2.23.0