From 97efcfd4a4ccd8b98c883551c7abe7a6f2799281 Mon Sep 17 00:00:00 2001 From: Piotr Pietraszkiewicz Date: Tue, 13 Sep 2011 20:49:45 +0000 Subject: made myself a maintainer of crack-attack + cosmetics (removed trailing whitespaces from the file) svn path=/nixpkgs/trunk/; revision=29256 --- pkgs/games/crack-attack/default.nix | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'pkgs/games/crack-attack') diff --git a/pkgs/games/crack-attack/default.nix b/pkgs/games/crack-attack/default.nix index 7e90d448a8be..99bf2d41fd69 100644 --- a/pkgs/games/crack-attack/default.nix +++ b/pkgs/games/crack-attack/default.nix @@ -8,19 +8,17 @@ stdenv.mkDerivation { sha256 = "1sakj9a2q05brpd7lkqxi8q30bccycdzd96ns00s6jbxrzjlijkm"; }; - buildInputs = - [ - pkgconfig gtk freeglut SDL mesa libXi libXmu - ]; + buildInputs = [ pkgconfig gtk freeglut SDL mesa libXi libXmu ]; - meta = { + meta = { description = "A fast-paced puzzle game inspired by the classic Super NES title Tetris Attack!"; homepage = http://www.nongnu.org/crack-attack/; license = "GPLv2"; platforms = stdenv.lib.platforms.linux; + maintainers = [ stdenv.lib.maintainers.piotr ]; }; - patches = [ + patches = [ ./crack-attack-1.1.14-gcc43.patch ./crack-attack-1.1.14-glut.patch ]; -- cgit 1.4.1