1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

Update pygtk to 2.24.0 to fix CPU pegging issues in xpra

This commit is contained in:
Chris Double 2014-05-08 00:53:07 +12:00
parent 30c3b81cc2
commit b799aa697d

View file

@ -2,11 +2,11 @@
, buildPythonPackage, libglade ? null }:
buildPythonPackage rec {
name = "pygtk-2.22.0";
name = "pygtk-2.24.0";
src = fetchurl {
url = "mirror://gnome/sources/pygtk/2.22/${name}.tar.bz2";
sha256 = "4acf0ef2bde8574913c40ee4a43d9c4f43bb77b577b67147271b534501a54cc8";
url = "mirror://gnome/sources/pygtk/2.24/${name}.tar.bz2";
sha256 = "04k942gn8vl95kwf0qskkv6npclfm31d78ljkrkgyqxxcni1w76d";
};
buildInputs = [ pkgconfig ]