Author: viric
Date: Mon Feb 20 13:05:21 2012
New Revision: 32423
URL: https://nixos.org/websvn/nix/?rev=32423&sc=1

Log:
Updating vdrift to 2011-10-22. There are newer source code files, but that's
the newsest src+data tarball I could find. We should write an expression that 
can use
the latest src with the latest data apart.

Modified:
   nixpkgs/trunk/pkgs/games/vdrift/default.nix

Modified: nixpkgs/trunk/pkgs/games/vdrift/default.nix
==============================================================================
--- nixpkgs/trunk/pkgs/games/vdrift/default.nix Mon Feb 20 10:45:02 2012        
(r32422)
+++ nixpkgs/trunk/pkgs/games/vdrift/default.nix Mon Feb 20 13:05:21 2012        
(r32423)
@@ -1,16 +1,16 @@
 { fetchurl, stdenv, mesa, SDL, scons, freeglut, SDL_image, glew, libvorbis,
-  asio, boost, SDL_gfx }:
+  asio, boost, SDL_gfx, pkgconfig, bullet, curl, libarchive }:
 
 stdenv.mkDerivation rec {
-  name = "vdrift-2010-06-30";
+  name = "vdrift-2011-10-22";
 
   src = fetchurl {
     url = "mirror://sourceforge/vdrift/${name}.tar.bz2";
-    sha256 = "1zbh62363gx4ayyx4wcsp5di4f16qqfg2ajwkgw71kss6j7lk71j";
+    sha256 = "0vg1v1590jbln6k236kxn2sfgclvc6g34kykhh4nq9q3l1xgy38s";
   };
 
   buildInputs = [ scons mesa SDL freeglut SDL_image glew libvorbis asio boost
-    SDL_gfx ];
+    SDL_gfx pkgconfig bullet curl libarchive ];
 
   buildPhase = ''
     sed -i -e s,/usr/local,$out, SConstruct
_______________________________________________
nix-commits mailing list
nix-comm...@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-commits

Reply via email to