* Oops.
svn path=/nixpkgs/branches/stdenv-updates/; revision=30850
This commit is contained in:
parent
3ea1c30846
commit
3db0fe3b94
@ -1,6 +1,8 @@
|
|||||||
{ stdenv, fetchurl, SDL, mesa, SDL_ttf, gettext, zlib, SDL_mixer, SDL_image, guile
|
{ stdenv, fetchurl, SDL, mesa, SDL_ttf, gettext, zlib, SDL_mixer, SDL_image, guile
|
||||||
, debug ? false }:
|
, debug ? false }:
|
||||||
|
|
||||||
|
with stdenv.lib;
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "trackballs-1.1.4";
|
name = "trackballs-1.1.4";
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user