Unverified Commit f4446e3a authored by Sandro Jäckel's avatar Sandro Jäckel Committed by GitHub
Browse files

Merge pull request #306995 from amalgame21/profanity-qrencode

profanity: Enable omemo fingerprint qrcode support
parents 2b1f64b3 db3d6a03
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 ];