python3Packages.tesserocr: enable for darwin

This commit is contained in:
Ihar Hrachyshka
2025-01-18 18:27:55 -05:00
parent 94921298c6
commit 6a5d681fdf
@@ -61,6 +61,6 @@ buildPythonPackage rec {
homepage = "https://github.com/sirfz/tesserocr";
license = licenses.mit;
maintainers = with maintainers; [ mtrsk ];
platforms = platforms.linux;
platforms = platforms.unix;
};
}