Skip to content

Commit 7e7debb

Browse files
authored
python3Packages.tesserocr: enable for darwin (#374906)
2 parents 154e03e + 6a5d681 commit 7e7debb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkgs/development/python-modules/tesserocr/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,6 @@ buildPythonPackage rec {
6161
homepage = "https://github.com/sirfz/tesserocr";
6262
license = licenses.mit;
6363
maintainers = with maintainers; [ mtrsk ];
64-
platforms = platforms.linux;
64+
platforms = platforms.unix;
6565
};
6666
}

0 commit comments

Comments
 (0)