me
/
guix
Archived
1
0
Fork 0

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>
master
Tanguy Le Carrour 2019-10-26 23:11:07 +02:00 committed by Mathieu Othacehe
parent ed79636c8b
commit 6bb93af855
No known key found for this signature in database
GPG Key ID: 8354763531769CA6
1 changed files with 8 additions and 0 deletions

View File

@ -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