11 # !!! assert freetype == xorg.freetype
13 stdenv.mkDerivation rec {
18 url = "https://www.logicalshift.co.uk/unix/zoom/zoom-${version}.tar.gz";
19 hash = "sha256-8pZ/HAVV341K6QRDUC0UzzO2rGW2AvSZ++Pp445V27w=";
34 env.NIX_CFLAGS_COMPILE = "-I${freetype}/include/freetype2 -fgnu89-inline";
37 homepage = "https://www.logicalshift.co.uk/unix/zoom/";
38 description = "Player for Z-Code, TADS and HUGO stories or games";
40 Zoom is a player for Z-Code, TADS and HUGO stories or games. These are
41 usually text adventures ('interactive fiction'), and were first created
42 by Infocom with the Zork series of games. Throughout the 80's, Infocom
43 released many interactive fiction stories before their ambitions to enter
44 the database market finally brought them low.
46 license = licenses.gpl3;
47 platforms = platforms.linux;