mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-24 11:39:46 -05:00
gnu: profanity: Enable pgp support.
* gnu/packages/messaging.scm (profanity)[arguments]<#configure-flags>: Add --enable-pgp. Signed-off-by: Mathieu Othacehe <m.othacehe@gmail.com>
This commit is contained in:
parent
7644b8b5a6
commit
a2c609953e
1 changed files with 1 additions and 0 deletions
|
@ -1632,6 +1632,7 @@ (define-public profanity
|
|||
(list "--enable-c-plugins"
|
||||
"--enable-otr"
|
||||
"--enable-omemo"
|
||||
"--enable-pgp"
|
||||
"--enable-icons"
|
||||
"--enable-notifications")))
|
||||
(inputs
|
||||
|
|
Loading…
Reference in a new issue