Author: piotr
Date: Tue Sep 13 20:49:45 2011
New Revision: 29256
URL: https://ssl.nixos.org/websvn/nix/?rev=29256&sc=1

Log:
made myself a maintainer of crack-attack + cosmetics (removed trailing 
whitespaces from the file)

Modified:
   nixpkgs/trunk/pkgs/games/crack-attack/default.nix

Modified: nixpkgs/trunk/pkgs/games/crack-attack/default.nix
==============================================================================
--- nixpkgs/trunk/pkgs/games/crack-attack/default.nix   Tue Sep 13 20:46:41 
2011        (r29255)
+++ nixpkgs/trunk/pkgs/games/crack-attack/default.nix   Tue Sep 13 20:49:45 
2011        (r29256)
@@ -8,19 +8,17 @@
     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
   ];
_______________________________________________
nix-commits mailing list
nix-comm...@cs.uu.nl
http://mail.cs.uu.nl/mailman/listinfo/nix-commits

Reply via email to