12 stdenv.mkDerivation rec {
13 pname = "kiwix-tools";
16 src = fetchFromGitHub {
20 sha256 = "sha256-bOxi51H28LhA+5caX6kllIY5B3Q1FoGVFadFIhYRkG0=";
34 passthru.updateScript = gitUpdater { };
37 description = "Command line Kiwix tools: kiwix-serve, kiwix-manage, ...";
38 homepage = "https://kiwix.org";
39 license = licenses.gpl3Plus;
40 platforms = platforms.linux;
41 maintainers = with maintainers; [ colinsane ];