python310Packages.pyocd: move from all-packages

This commit is contained in:
Theodore Ni 2022-12-03 23:56:56 -08:00
parent 76ccdf98c1
commit 3eebbbde10
No known key found for this signature in database
GPG key ID: 48B67583BDDD4474
3 changed files with 3 additions and 1 deletions

View file

@ -10721,7 +10721,7 @@ with pkgs;
pympress = callPackage ../applications/office/pympress { };
pyocd = python3Packages.callPackage ../development/embedded/pyocd { };
pyocd = with python3Packages; toPythonApplication pyocd;
pypass = with python3Packages; toPythonApplication pypass;

View file

@ -8264,6 +8264,8 @@ self: super: with self; {
pyobihai = callPackage ../development/python-modules/pyobihai { };
pyocd = callPackage ../development/python-modules/pyocd { };
pyocr = callPackage ../development/python-modules/pyocr {
tesseract = pkgs.tesseract4;
};