6 python3Packages.buildPythonApplication rec {
10 src = fetchFromGitHub {
14 hash = "sha256-SjWIctAyczjYGP4buXQBA/RcrdikMSuSBtfhORNmXMc=";
17 # tests require a network connection
20 propagatedBuildInputs = with python3Packages; [
31 homepage = "https://github.com/RicterZ/nhentai";
32 description = "CLI tool for downloading doujinshi from adult site(s)";
33 license = lib.licenses.mit;
35 mainProgram = "nhentai";