* Sync with the trunk.

svn path=/nixpkgs/branches/stdenv-updates/; revision=31633
This commit is contained in:
Eelco Dolstra
2012-01-18 15:53:12 +00:00
68 changed files with 702 additions and 248 deletions
-13
View File
@@ -1,13 +0,0 @@
{stdenv, fetchurl, SDL, ftgl, pkgconfig, libpng, libjpeg, pcre, SDL_image, glew, mesa}:
stdenv.mkDerivation {
name = "gource-0.37";
src = fetchurl {
url = http://gource.googlecode.com/files/gource-0.37.tar.gz;
sha256 = "03kd9nn65cl1p2jgn6pvpxmvnfscz3c8jqds90fsc0z37ij2iiyn";
};
buildInputs = [glew SDL ftgl pkgconfig libpng libjpeg pcre SDL_image mesa];
}