pyocr: Use tesseract without alias

This commit is contained in:
Janne Heß 2020-10-15 20:53:57 +02:00
parent a667bc7ae1
commit 1c0f102220
No known key found for this signature in database
GPG key ID: 69165158F05265DF

View file

@ -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 { };