11 , gobject-introspection
24 python3Packages.buildPythonApplication rec {
28 src = fetchFromGitHub {
31 rev = "refs/tags/${version}";
32 sha256 = "sha256-Zu1xUGpjqpFiPQAAgaVYtnXI4jMtyywrJqn+38K5VHo=";
37 patches = [ ./update-compatible-with-non-flatpak-env.patch ];
39 chmod +x ./build-aux/meson/postinstall.py
40 patchShebangs ./build-aux/meson/postinstall.py
41 substituteInPlace ./build-aux/meson/postinstall.py \
42 --replace "gtk-update-icon-cache" "gtk4-update-icon-cache"
43 substituteInPlace ./frog/language_manager.py --subst-var out
70 propagatedBuildInputs = with python3Packages; [
82 # This is to prevent double-wrapping the package. We'll let
83 # Python do it by adding certain arguments inside of the
87 makeWrapperArgs+=("''${gappsWrapperArgs[@]}")
91 homepage = "https://getfrog.app/";
93 "Intuitive text extraction tool (OCR) for GNOME desktop";
94 license = licenses.mit;
96 maintainers = with maintainers; [ foo-dogsquared ];
97 platforms = platforms.linux;