1 # From NUR https://github.com/nix-community/nur-combined/blob/6bddae47680482383b5769dd3aa7d82b88e6cbc8/repos/renesat/pkgs/normcap/default.nix
12 python3.pkgs.buildPythonApplication rec {
17 src = fetchFromGitHub {
21 hash = "sha256-dShtmoqS9TC3PHuwq24OEOhYfBHGhDCma8Du8QCkFuI=";
28 nativeBuildInputs = with python3.pkgs; [
32 propagatedBuildInputs = with python3.pkgs; [
43 substituteInPlace pyproject.toml --replace 'PySide6-Essentials = "6.5.1"' ""
47 description = "OCR powered screen-capture tool to capture information instead of images";
48 homepage = "https://dynobo.github.io/normcap/";
49 license = licenses.gpl3Plus;
50 maintainers = with maintainers; [ cafkafk ];