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

View File

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