mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 07:56:16 -05:00
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 <m.othacehe@gmail.com>
This commit is contained in:
parent
ed79636c8b
commit
6bb93af855
1 changed files with 8 additions and 0 deletions
|
@ -1627,6 +1627,11 @@ (define-public profanity
|
|||
(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 @@ (define-public profanity
|
|||
("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
|
||||
|
|
Loading…
Reference in a new issue