Step back PyGTK from the update requiring a lot of too-new code
svn path=/nixpkgs/trunk/; revision=23652
This commit is contained in:
parent
4926bd7256
commit
8479512626
@ -2,11 +2,11 @@
|
|||||||
, libglade ? null}:
|
, libglade ? null}:
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "pygtk-2.21.0";
|
name = "pygtk-2.17.0";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = http://ftp.gnome.org/pub/GNOME/sources/pygtk/2.21/pygtk-2.21.0.tar.bz2;
|
url = http://ftp.gnome.org/pub/GNOME/sources/pygtk/2.17/pygtk-2.17.0.tar.bz2;
|
||||||
sha256 = "1zfzq5zwldaha2ivga8f2ydyslf0fs8j601yyqcqsqb3y1dk8vbj";
|
sha256 = "000l3wrcj0ghid045n6ipqg4q4zci51z9k9fqw4n4p3n5rx82qba";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [python pkgconfig glib gtk]
|
buildInputs = [python pkgconfig glib gtk]
|
||||||
|
Loading…
Reference in New Issue
Block a user