gajim: enable omemo dependencies by default

This commit is contained in:
Jörg Thalheim 2017-01-10 15:35:27 +01:00
parent b2da3d3050
commit 98bcca8813
No known key found for this signature in database
GPG Key ID: CA4106B8D7CC79FA

View File

@ -7,7 +7,7 @@
, enableRST ? true
, enableSpelling ? true, gtkspell2 ? null
, enableNotifications ? false
, enableOmemoPluginDependencies ? false
, enableOmemoPluginDependencies ? true
, extraPythonPackages ? pkgs: []
}: