From: tanguy@bioneland.org
To: 37923@debbugs.gnu.org
Cc: tanguy@bioneland.org
Subject: [bug#37923] [PATCH v3 3/4] gnu: profanity: Add configure flags, so that build fail if libs are missing.
Date: Sat, 26 Oct 2019 23:11:09 +0200 [thread overview]
Message-ID: <20191026211110.2595-3-tanguy@bioneland.org> (raw)
In-Reply-To: <20191026211110.2595-1-tanguy@bioneland.org>
From: Tanguy Le Carrour <tanguy@bioneland.org>
* 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
next prev parent reply other threads:[~2019-10-26 21:12 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-10-25 15:17 [bug#37923] [PATCH 0/2] gnu: profanity: Add configure flags and inputs for better defaults Tanguy Le Carrour
2019-10-25 15:20 ` [bug#37923] [PATCH 1/2] " Tanguy Le Carrour
2019-10-25 15:20 ` [bug#37923] [PATCH 2/2] gnu: profanity: Update home-page URL Tanguy Le Carrour
2019-10-25 17:25 ` [bug#37923] [PATCH 1/2] gnu: profanity: Add configure flags and inputs for better defaults Mathieu Othacehe
2019-10-26 16:12 ` Tanguy Le Carrour
2019-10-26 16:16 ` [bug#37923] [PATCH v2 1/4] " tanguy
2019-10-26 16:16 ` [bug#37923] [PATCH v2 2/4] gnu: profanity: Update home-page URL tanguy
2019-10-26 16:16 ` [bug#37923] [PATCH v2 3/4] gnu: profanity: Add configure flags, so that build fail if libs are missing tanguy
2019-10-26 16:16 ` [bug#37923] [PATCH v2 4/4] gnu: profanity: Add configure flags for better defaults tanguy
2019-10-26 21:09 ` [bug#37923] [PATCH 0/4] gnu: profanity: Add configure flags and inputs " Tanguy Le Carrour
2019-10-26 21:11 ` [bug#37923] [PATCH v3 1/4] " tanguy
2019-10-26 21:11 ` [bug#37923] [PATCH v3 2/4] gnu: profanity: Update home-page URL tanguy
2019-10-26 21:11 ` tanguy [this message]
2019-10-26 21:11 ` [bug#37923] [PATCH v3 4/4] gnu: profanity: Add configure flags for better defaults tanguy
2019-10-28 10:31 ` [bug#37923] [PATCH v3 1/4] gnu: profanity: Add configure flags and inputs " Mathieu Othacehe
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://guix.gnu.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20191026211110.2595-3-tanguy@bioneland.org \
--to=tanguy@bioneland.org \
--cc=37923@debbugs.gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).