7 python3Packages.buildPythonApplication rec {
12 src = fetchFromGitHub {
16 hash = "sha256-+hcc3spbpktavqJ8q4kuQFpkm0PYIru6UdpkU7L8XI4=";
17 fetchSubmodules = true;
20 pythonRelaxDeps = [ "torchvision" ];
22 build-system = with python3Packages; [ setuptools-scm ];
24 dependencies = with python3Packages; [
44 # tests try to use the network
48 description = "Read Japanese manga inside browser with selectable text";
49 homepage = "https://github.com/kha-white/mokuro";
50 license = lib.licenses.gpl3Only;
51 mainProgram = "mokuro";
52 maintainers = with lib.maintainers; [ tomasajt ];