mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
tesseract: supports darwin
This commit is contained in:
parent
bd33551e06
commit
f1346f5854
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue