svn path=/nixpkgs/branches/stdenv-updates/; revision=30850
This commit is contained in:
Eelco Dolstra 2011-12-12 16:51:09 +00:00
parent 3ea1c30846
commit 3db0fe3b94

View file

@ -1,6 +1,8 @@
{ stdenv, fetchurl, SDL, mesa, SDL_ttf, gettext, zlib, SDL_mixer, SDL_image, guile
, debug ? false }:
with stdenv.lib;
stdenv.mkDerivation rec {
name = "trackballs-1.1.4";