* Adde xpra. Doesn't quite work yet.
* Removed python_alts. svn path=/nixpkgs/trunk/; revision=11161
This commit is contained in:
@@ -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];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user