wicd: fix wicd-curses with new urwid

See e.g. https://bugzilla.redhat.com/show_bug.cgi?id=894646 — without
this patch, wicd-curses throws an AttributeError on startup. The patch
is a cut-down version of the one added there by Pavel Zhukov.
This commit is contained in:
Matti Niemenmaa
2015-01-13 00:40:51 -08:00
committed by Cray Elliott
parent 29b3353a9e
commit 85e405c1eb
2 changed files with 22 additions and 0 deletions
+1
View File
@@ -20,6 +20,7 @@ stdenv.mkDerivation rec {
./dhclient.patch
./fix-app-icon.patch
./fix-gtk-issues.patch
./urwid-api-update.patch
];
# Should I be using pygtk's propogated build inputs?