gImageReader: init at 3.2.99

gImageReader is a GUI for tesseract, an optical character recognition engine.
While the UI supports Qt/Gtk, I have only added the gtk one in the nix derivation.
This commit is contained in:
Matthieu Coudron
2018-11-02 01:22:12 +09:00
parent 38db6fdfb9
commit efbf9afb17
2 changed files with 73 additions and 0 deletions
+2
View File
@@ -7984,6 +7984,8 @@ with pkgs;
jython = callPackage ../development/interpreters/jython {};
gImageReader = callPackage ../applications/misc/gImageReader { };
guile-cairo = callPackage ../development/guile-modules/guile-cairo { };
guile-fibers = callPackage ../development/guile-modules/guile-fibers { };