made myself a maintainer of crack-attack + cosmetics (removed trailing whitespaces from the file)
svn path=/nixpkgs/trunk/; revision=29256
This commit is contained in:
parent
45014dce17
commit
97efcfd4a4
@ -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
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user