summary refs log tree commit diff
path: root/pkgs/applications/networking/irc/weechat/scripts/weechat-xmpp/libpath.patch
blob: 372c83944a271917d31c62c7e53441c62b7f07b4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
diff --git a/jabber.py b/jabber.py
index 27006a3..e53c2c0 100644
--- a/jabber.py
+++ b/jabber.py
@@ -95,6 +95,11 @@ SCRIPT_COMMAND = SCRIPT_NAME
 import re
 import warnings
 
+import sys
+
+sys.path.append('@env@')
+
+
 import_ok = True
 
 try: