mothacehe pushed a commit to branch master in repository guix. commit 7644b8b5a6fe1f0dfec9ca42c7611e90e7eb2173 Author: Tanguy Le Carrour <tan...@bioneland.org> Date: Sat Oct 26 23:11:09 2019 +0200
gnu: profanity: Add configure flags so that build fails if libs are missing. * gnu/packages/messaging.scm (profanity)[arguments]<#configure-flags>: Add --enable-c-plugins and --enable-otr. Signed-off-by: Mathieu Othacehe <m.othac...@gmail.com> --- 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 63b1428..626aec4 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