tesseract: supports darwin
This commit is contained in:
@@ -58,6 +58,6 @@ stdenv.mkDerivation rec {
|
|||||||
homepage = http://code.google.com/p/tesseract-ocr/;
|
homepage = http://code.google.com/p/tesseract-ocr/;
|
||||||
license = stdenv.lib.licenses.asl20;
|
license = stdenv.lib.licenses.asl20;
|
||||||
maintainers = with stdenv.lib.maintainers; [viric];
|
maintainers = with stdenv.lib.maintainers; [viric];
|
||||||
platforms = with stdenv.lib.platforms; linux;
|
platforms = with stdenv.lib.platforms; linux ++ darwin;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user