23 stdenv.mkDerivation rec {
24 pname = "hikounomizu";
28 url = "http://download.tuxfamily.org/hnm/${version}/hikounomizu-${version}-src.tar.bz2";
29 hash = "sha256-ZtvzQAiYG4IcdgKiBDIQFOJVnLbz1TsiIbdZr/0Y2U8=";
57 make data -j$NIX_BUILD_CORES
61 description = "A free platform-based fighting game";
63 Hikou no mizu (ハイクの水) is a free platform-based fighting game,
64 licensed under the GNU GPL v3 (program) and the LAL (graphics).
65 It works on many operating systems including GNU/Linux, *BSD, Haiku,
68 The characters use natural powers such as water or lightning,
69 but they can also (mostly for now) fight the traditional way!
71 homepage = "https://hikounomizu.org/";
72 downloadPage = "https://hikounomizu.org/download.html";
73 maintainers = with maintainers; [ fgaz ];
74 license = [ licenses.gpl3Plus licenses.lal13 ];
75 platforms = platforms.all;