profanity: Enable omemo fingerprint qrcode support
This commit is contained in:
parent
f2294037ad
commit
db3d6a0388
1 changed files with 2 additions and 2 deletions
|
@ -20,7 +20,7 @@
|
|||
, sqlite
|
||||
, autoAwaySupport ? true, libXScrnSaver, libX11
|
||||
, notifySupport ? true, libnotify, gdk-pixbuf
|
||||
, omemoSupport ? true, libsignal-protocol-c, libgcrypt
|
||||
, omemoSupport ? true, libsignal-protocol-c, libgcrypt, qrencode
|
||||
, pgpSupport ? true, gpgme
|
||||
, pythonPluginSupport ? true, python3
|
||||
, traySupport ? true, gtk3
|
||||
|
@ -66,7 +66,7 @@ stdenv.mkDerivation rec {
|
|||
sqlite
|
||||
] ++ lib.optionals autoAwaySupport [ libXScrnSaver libX11 ]
|
||||
++ lib.optionals notifySupport [ libnotify gdk-pixbuf ]
|
||||
++ lib.optionals omemoSupport [ libsignal-protocol-c libgcrypt ]
|
||||
++ lib.optionals omemoSupport [ libsignal-protocol-c libgcrypt qrencode ]
|
||||
++ lib.optionals pgpSupport [ gpgme ]
|
||||
++ lib.optionals pythonPluginSupport [ python3 ]
|
||||
++ lib.optionals traySupport [ gtk3 ];
|
||||
|
|
Loading…
Reference in a new issue