14 stdenv.mkDerivation rec {
19 url = "mirror://sourceforge/${pname}/${pname}-${version}.tar.gz";
20 sha256 = "1r3bmwny05zzmdalxm5ah2rray0nnsg1w00r30p47q6x2lpwj8ml";
37 # Fix SDL include problems
38 env.NIX_CFLAGS_COMPILE = "-I${lib.getDev SDL}/include/SDL -I${SDL_image}/include/SDL";
45 "ZAZ_LIBS+=-ltheoraenc"
46 "ZAZ_LIBS+=-ltheoradec"
47 "ZAZ_LIBS+=-lvorbisfile"
51 broken = stdenv.isDarwin;
52 description = "A puzzle game about arranging balls in triplets, like Luxor, Zuma, or Puzzle Bobble";
53 homepage = "https://zaz.sourceforge.net/";
54 license = licenses.gpl3;
55 maintainers = with maintainers; [ fgaz ];
56 platforms = platforms.all;