mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-03-06 23:31:34 +00:00
Merge pull request #100630 from helsinki-systems/fix/tesseract4
pyocr: Use tesseract without alias
This commit is contained in:
commit
582e7ed1b2
|
@ -5215,7 +5215,7 @@ in {
|
|||
throw "pyobjc can only be built on Mac OS";
|
||||
|
||||
pyocr = callPackage ../development/python-modules/pyocr {
|
||||
tesseract = pkgs.tesseract_4;
|
||||
tesseract = pkgs.tesseract4;
|
||||
};
|
||||
|
||||
pyodbc = callPackage ../development/python-modules/pyodbc { };
|
||||
|
|
Loading…
Reference in a new issue