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