1 { lib, mkDerivation, fetchFromGitHub
16 src = fetchFromGitHub {
18 repo = "${pname}-desktop";
20 sha256 = "sha256-ghx4pW6IkWPzZXk0TtMGeQZIzm9HEN3mR4XQFJ1xHDo=";
37 "--prefix PATH : ${lib.makeBinPath [ aria2 ]}"
41 description = "An offline reader for Web content";
42 homepage = "https://kiwix.org";
43 license = licenses.gpl3Plus;
44 platforms = platforms.linux;
45 maintainers = with maintainers; [ ajs124 ];