guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/04: gnu: profanity: Add configure flags for better defaults.


From: guix-commits
Subject: 01/04: gnu: profanity: Add configure flags for better defaults.
Date: Mon, 28 Oct 2019 06:29:57 -0400 (EDT)

mothacehe pushed a commit to branch master
in repository guix.

commit 6bb93af8553c746e50934792f3969f2e72013a14
Author: Tanguy Le Carrour <address@hidden>
Date:   Sat Oct 26 23:11:07 2019 +0200

    gnu: profanity: Add configure flags for better defaults.
    
    * gnu/packages/messaging.scm (profanity)[arguments]<#configure-flags>:
    Add --enable-omemo, --enable-notifications and --enable-icon,
    [native-inputs]: add libnotify and libsignal-protocol-c.
    
    Signed-off-by: Mathieu Othacehe <address@hidden>
---
 gnu/packages/messaging.scm | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm
index f890ad8..b56a3e9 100644
--- a/gnu/packages/messaging.scm
+++ b/gnu/packages/messaging.scm
@@ -1627,6 +1627,11 @@ are both supported).")
                (base32
                 "0nxh81j8ky0fzv47pip1jb7rs5rrin3jx0f3h632bvpjiya45r1z"))))
     (build-system gnu-build-system)
+    (arguments
+     '(#:configure-flags
+       (list "--enable-omemo"
+             "--enable-icons"
+             "--enable-notifications")))
     (inputs
      `(("curl" ,curl)
        ("expat" ,expat)
@@ -1642,7 +1647,10 @@ are both supported).")
        ("autoconf-archive" ,autoconf-archive)
        ("automake" ,automake)
        ("cmocka" ,cmocka)
+       ("gtk+" ,gtk+-2)
+       ("libnotify" ,libnotify)
        ("libtool" ,libtool)
+       ("libsignal-protocol-c" ,libsignal-protocol-c)
        ("pkg-config" ,pkg-config)))
     (synopsis "Console-based XMPP client")
     (description "Profanity is a console based XMPP client written in C



reply via email to

[Prev in Thread] Current Thread [Next in Thread]