pyocr: Use tesseract without alias
This commit is contained in:
parent
a667bc7ae1
commit
1c0f102220
@ -5215,7 +5215,7 @@ in {
|
|||||||
throw "pyobjc can only be built on Mac OS";
|
throw "pyobjc can only be built on Mac OS";
|
||||||
|
|
||||||
pyocr = callPackage ../development/python-modules/pyocr {
|
pyocr = callPackage ../development/python-modules/pyocr {
|
||||||
tesseract = pkgs.tesseract_4;
|
tesseract = pkgs.tesseract4;
|
||||||
};
|
};
|
||||||
|
|
||||||
pyodbc = callPackage ../development/python-modules/pyodbc { };
|
pyodbc = callPackage ../development/python-modules/pyodbc { };
|
||||||
|
Loading…
Reference in New Issue
Block a user