tesseract: supports darwin

This commit is contained in:
Matthew Bauer 2017-04-21 00:10:52 -05:00
parent bd33551e06
commit f1346f5854
No known key found for this signature in database
GPG key ID: E04D0AD9469141C3

View file

@ -58,6 +58,6 @@ stdenv.mkDerivation rec {
homepage = http://code.google.com/p/tesseract-ocr/;
license = stdenv.lib.licenses.asl20;
maintainers = with stdenv.lib.maintainers; [viric];
platforms = with stdenv.lib.platforms; linux;
platforms = with stdenv.lib.platforms; linux ++ darwin;
};
}