* Adde xpra. Doesn't quite work yet.

* Removed python_alts.

svn path=/nixpkgs/trunk/; revision=11161
This commit is contained in:
Eelco Dolstra
2008-03-17 13:45:50 +00:00
parent a47057c615
commit 26a152653d
9 changed files with 114 additions and 37 deletions

View File

@@ -2,12 +2,13 @@
stdenv.mkDerivation {
name = "pygtk-2.10.4";
# builder = ./builder.sh;
src = fetchurl {
url = http://ftp.gnome.org/pub/GNOME/sources/pygtk/2.10/pygtk-2.10.4.tar.bz2;
sha256 = "1xg8vng42lql29aa5ryva8icc8dwdc7h2y3yn96qjdgl394d96mb";
};
buildInputs = [python pkgconfig glib gtk pycairo];
buildInputs = [python pkgconfig glib gtk];
propagatedBuildInputs = [pygobject];
propagatedBuildInputs = [pygobject pycairo];
}