diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2022-06-01 12:31:09 +0300 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2022-06-01 12:42:04 +0300 |
commit | 64c043e63a4be97f59fd1906c47973a74eedda67 (patch) | |
tree | 37b15dfb4830e4f874edca87b521b6e9cdc3c81b /gnu/packages/ocr.scm | |
parent | b1f763de54dc2b8e240d0f01f7948ce76f67243e (diff) | |
parent | 75af73e1b7ac58770122d8831faa3a8158638bb0 (diff) | |
download | guix-64c043e63a4be97f59fd1906c47973a74eedda67.tar.gz |
Merge remote-tracking branch 'origin/master' into staging
Diffstat (limited to 'gnu/packages/ocr.scm')
-rw-r--r-- | gnu/packages/ocr.scm | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/gnu/packages/ocr.scm b/gnu/packages/ocr.scm index 190bed2725..cc0f84d55c 100644 --- a/gnu/packages/ocr.scm +++ b/gnu/packages/ocr.scm @@ -240,21 +240,4 @@ that allows us to create any hand-written recognition systems with low-cost.") license:x11 ; 'install-sh' license:public-domain))))) ; 'install-sh' -;;; python 2 bindings, license under the same terms as zinnia -(define-public python2-zinnia - (package - (inherit zinnia) - (name "python2-zinnia") - (build-system python-build-system) - (arguments - `(#:python ,python-2 ; CObject API is used, it was removed in Python 3.2 - #:tests? #f ; avoid circular dependency on tegaki-zinnia-japanese - #:phases - (modify-phases %standard-phases - (add-after 'unpack 'chdir - (lambda _ - (chdir "zinnia/python") - #t))))) - (inputs - (list zinnia)))) |