* Update clutter and clutter-gtk to get it to build with the latest

GTK+ (http://hydra.nixos.org/build/902751).

svn path=/nixpkgs/branches/x-updates/; revision=25920
This commit is contained in:
Eelco Dolstra
2011-02-12 13:52:17 +00:00
parent 4b45a4c4cb
commit 52787275a4
2 changed files with 6 additions and 5 deletions
@@ -2,11 +2,11 @@
, libXcomposite, cairo, glib, pango, gtk, json_glib }:
stdenv.mkDerivation rec {
name = "clutter-1.4.0";
name = "clutter-1.4.2";
src = fetchurl {
url = "http://source.clutter-project.org/sources/clutter/1.4/${name}.tar.bz2";
sha256 = "15icq2gf2fi098lq1wqr7sq2cnb00g1ids050a5z3f43l1ajrnxw";
sha256 = "14l8wgk5jdwsnjf991qgzl115kjs1xywil2awlrwj1airsn6gzcj";
};
buildInputs = [ pkgconfig ];
@@ -17,7 +17,6 @@ stdenv.mkDerivation rec {
libXi libXfixes libXdamage libXcomposite
];
meta = {
description = "Clutter, a library for creating fast, dynamic graphical user interfaces";