1 { lib, python3Packages, fetchPypi }:
3 python3Packages.buildPythonApplication rec {
10 hash = "sha256-F6+mWCFQHdE4qvnZ8FH2XgXwET76j3hy22bK5BELHtY=";
13 nativeBuildInputs = with python3Packages; [
17 propagatedBuildInputs = with python3Packages; [
29 doCheck = false; # no tests exist
32 description = "Tool for making eBooks from fanfiction web sites";
33 mainProgram = "fanficfare";
34 homepage = "https://github.com/JimmXinu/FanFicFare";
35 license = licenses.gpl3;
36 platforms = platforms.unix;
37 maintainers = with maintainers; [ dwarfmaster ];