20 stdenv.mkDerivation rec {
25 url = "https://download.evolonline.org/manaplus/download/${version}/manaplus-${version}.tar.xz";
26 sha256 = "sha256-6NFqxUjEAp7aiIScyTOFh2tT7PfuTCKH1vTgPpTm+j0=";
54 enableParallelBuilding = true;
58 description = "Free OpenSource 2D MMORPG client";
59 homepage = "https://manaplus.org/";
60 license = lib.licenses.gpl2Plus;
61 broken = stdenv.hostPlatform.isDarwin;