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 ];