Step back PyGTK from the update requiring a lot of too-new code

svn path=/nixpkgs/trunk/; revision=23652
This commit is contained in:
Michael Raskin 2010-09-05 18:57:43 +00:00
parent 4926bd7256
commit 8479512626

View File

@ -2,11 +2,11 @@
, libglade ? null}:
stdenv.mkDerivation {
name = "pygtk-2.21.0";
name = "pygtk-2.17.0";
src = fetchurl {
url = http://ftp.gnome.org/pub/GNOME/sources/pygtk/2.21/pygtk-2.21.0.tar.bz2;
sha256 = "1zfzq5zwldaha2ivga8f2ydyslf0fs8j601yyqcqsqb3y1dk8vbj";
url = http://ftp.gnome.org/pub/GNOME/sources/pygtk/2.17/pygtk-2.17.0.tar.bz2;
sha256 = "000l3wrcj0ghid045n6ipqg4q4zci51z9k9fqw4n4p3n5rx82qba";
};
buildInputs = [python pkgconfig glib gtk]