7 python3Packages.buildPythonApplication rec {
12 src = fetchFromGitHub {
16 hash = "sha256-w+hhUt2fTl9zrca4xotK5eNhbfragYNC0u5WDwNGb7k=";
17 fetchSubmodules = true;
21 substituteInPlace setup.py \
22 --replace-fail 'opencv-python' 'opencv'
26 pythonRelaxDeps = [ "torchvision" ];
28 build-system = with python3Packages; [ setuptools ];
30 dependencies = with python3Packages; [
50 # tests try to use the network
54 description = "Read Japanese manga inside browser with selectable text";
55 homepage = "https://github.com/kha-white/mokuro";
56 license = lib.licenses.gpl3Only;
57 mainProgram = "mokuro";
58 maintainers = with lib.maintainers; [ tomasajt ];