forked from mirrors/nixpkgs
gajim: enable omemo dependencies by default
This commit is contained in:
parent
b2da3d3050
commit
98bcca8813
|
@ -7,7 +7,7 @@
|
|||
, enableRST ? true
|
||||
, enableSpelling ? true, gtkspell2 ? null
|
||||
, enableNotifications ? false
|
||||
, enableOmemoPluginDependencies ? false
|
||||
, enableOmemoPluginDependencies ? true
|
||||
, extraPythonPackages ? pkgs: []
|
||||
}:
|
||||
|
||||
|
|
Loading…
Reference in a new issue