mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 08:23:09 +00:00
Updating some py-gtk things.
With a newer glib, I could have used a newer pyobject. svn path=/nixpkgs/trunk/; revision=20962
This commit is contained in:
parent
3cc371de23
commit
788e40bd5a
@ -1,10 +1,10 @@
|
||||
{stdenv, fetchurl, python, pkgconfig, cairo, x11}:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "pycairo-1.4.0";
|
||||
name = "pycairo-1.8.8";
|
||||
src = fetchurl {
|
||||
url = http://cairographics.org/releases/pycairo-1.4.0.tar.gz;
|
||||
sha256 = "0cky2iw3ccbqh96y5ypbrxmmaj1jmdcmlss0k6p3jzkjxvzsy4lj";
|
||||
url = http://cairographics.org/releases/pycairo-1.8.8.tar.gz;
|
||||
sha256 = "0q18hd4ai4raljlvd76ylgi30kxpr2qq83ka6gzwh0ya8fcmjlig";
|
||||
};
|
||||
|
||||
buildInputs = [python pkgconfig cairo x11];
|
||||
|
@ -1,10 +1,10 @@
|
||||
{stdenv, fetchurl, python, pkgconfig, glib}:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "pygobject-2.12.3";
|
||||
name = "pygobject-2.20.0";
|
||||
src = fetchurl {
|
||||
url = http://ftp.gnome.org/pub/GNOME/sources/pygobject/2.12/pygobject-2.12.3.tar.bz2;
|
||||
sha256 = "0hfsd7ln7j67w0vyrszic9b3d97gddad1y9arjw8i2b6h411xa7g";
|
||||
url = http://ftp.gnome.org/pub/GNOME/sources/pygobject/2.20/pygobject-2.20.0.tar.bz2;
|
||||
sha256 = "10gsf3i2q9y659hayxyaxyfz7inswcjc8m6iyqckwsj2yjij7sa1";
|
||||
};
|
||||
|
||||
buildInputs = [python pkgconfig glib];
|
||||
|
@ -2,11 +2,11 @@
|
||||
, libglade ? null}:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "pygtk-2.10.4";
|
||||
name = "pygtk-2.16.0";
|
||||
|
||||
src = fetchurl {
|
||||
url = http://ftp.gnome.org/pub/GNOME/sources/pygtk/2.10/pygtk-2.10.4.tar.bz2;
|
||||
sha256 = "1xg8vng42lql29aa5ryva8icc8dwdc7h2y3yn96qjdgl394d96mb";
|
||||
url = http://ftp.gnome.org/pub/GNOME/sources/pygtk/2.16/pygtk-2.16.0.tar.bz2;
|
||||
sha256 = "1a24fkxslir8zb800hs4ix9iyvgqsy5c6hdfirrh2yi1mw0mxbkz";
|
||||
};
|
||||
|
||||
buildInputs = [python pkgconfig glib gtk]
|
||||
|
Loading…
Reference in New Issue
Block a user