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
3 changed files with 3 additions and 1 deletions
+1 -1
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;
+2
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;
};