mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 07:31:26 +00:00
tesseract: supports darwin
This commit is contained in:
parent
bd33551e06
commit
f1346f5854
@ -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;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user