gajim: strictDeps = false (#102141)
* gajim: strictDeps = false Without this it doesn't find GSettings schemas, which causes it to crash when (for example) you try to change your avatar.
This commit is contained in:
@@ -60,6 +60,9 @@ python3.pkgs.buildPythonApplication rec {
|
||||
${python3.interpreter} setup.py test
|
||||
'';
|
||||
|
||||
# necessary for wrapGAppsHook
|
||||
strictDeps = false;
|
||||
|
||||
meta = {
|
||||
homepage = "http://gajim.org/";
|
||||
description = "Jabber client written in PyGTK";
|
||||
|
||||
Reference in New Issue
Block a user