summary refs log tree commit diff
path: root/pkgs/tools/networking/wicd/pygtk.patch
blob: f015e50d684a6d5825fc5cabc59f919eeaa66ad2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
For some reason nix's pygtk doesn't have a pygtk module so we remove the version check.
If this ever changes we could remove this patch.

--- wicd-1.7.0/gtk/wicd-client.py	2009-09-01 11:05:31.000000000 -0400
+++ wicd-1.7.0/gtk/wicd-client.py	2009-12-28 00:22:57.000000000 -0500
@@ -43,9 +43,6 @@
 import atexit
 from dbus import DBusException
 
-import pygtk
-pygtk.require('2.0')
-
 HAS_NOTIFY = True
 try:
     import pynotify