about summary refs log tree commit diff
path: root/pkgs/development/libraries/SDL_ttf
AgeCommit message (Collapse)AuthorFilesLines
2009-03-03* Cleaned up a lot of description fields that contained newlines.Eelco Dolstra1-8/+7
Some of these should be longDescriptions, but most others just shouldn't contain newlines. E.g. write description = "Bla"; and not description = '' Bla ''; This pollutes "nix-env -qa --description" output. svn path=/nixpkgs/trunk/; revision=14310
2008-01-30Nix-expr style reviewYury G. Kudryashov1-5/+4
Unneded args.something replaced with args: with args; line. After this line args is the only place where we can recieve variables from. Also removed several buildInputs = []; lines. svn path=/nixpkgs/trunk/; revision=10415
2007-08-09Added pygame and some of its dependencies. Also added Python Imaging library.Michael Raskin1-0/+20
svn path=/nixpkgs/trunk/; revision=9082