16 stdenv.mkDerivation rec {
17 pname = "blockattack";
20 src = fetchFromGitHub {
21 owner = "blockattack";
22 repo = "blockattack-game";
24 hash = "sha256-2oKesdr2eNZhDlGrFRiH5/8APFkGJfxPCNvzFoIumdQ=";
45 patchShebangs packdata.sh source/misc/translation/*.sh
46 chmod +x ./packdata.sh
51 homepage = "https://blockattack.net/";
52 description = "An open source clone of Panel de Pon (aka Tetris Attack)";
53 license = licenses.gpl2Plus;
54 maintainers = with maintainers; [ AndersonTorres ];
55 platforms = platforms.unix;
56 broken = stdenv.isDarwin;