pygtk: disable on py3k
This commit is contained in:
parent
cfdaf6ba78
commit
0a1d52711b
@ -1,9 +1,11 @@
|
||||
{ stdenv, fetchurl, python, pkgconfig, gtk, pygobject, pycairo
|
||||
, buildPythonPackage, libglade ? null }:
|
||||
, buildPythonPackage, libglade ? null, isPy3k }:
|
||||
|
||||
buildPythonPackage rec {
|
||||
name = "pygtk-2.24.0";
|
||||
|
||||
disabled = isPy3k;
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://gnome/sources/pygtk/2.24/${name}.tar.bz2";
|
||||
sha256 = "04k942gn8vl95kwf0qskkv6npclfm31d78ljkrkgyqxxcni1w76d";
|
||||
|
Loading…
Reference in New Issue
Block a user