Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: adb7581459f1351272e9a220723aa9f9db29963c
      
https://github.com/NixOS/nixpkgs/commit/adb7581459f1351272e9a220723aa9f9db29963c
  Author: aszlig <[email protected]>
  Date:   2015-05-22 (Fri, 22 May 2015)

  Changed paths:
    M pkgs/applications/graphics/tesseract/default.nix

  Log Message:
  -----------
  tesseract: Allow to specify a subset of languages.

Especially useful for our OCR based VM tests, where we only need the
english language. By default the argument is null so all languages are
included. If a list of language name is passed only those languages are
enabled, for example:

tesseract.override { enableLanguages = [ "eng" "spa" ]; };

To only enable support for English and Spanish languages.

Signed-off-by: aszlig <[email protected]>


  Commit: f12208c5a4833b2b38fdd01cb7cfe23a7cfb79b7
      
https://github.com/NixOS/nixpkgs/commit/f12208c5a4833b2b38fdd01cb7cfe23a7cfb79b7
  Author: aszlig <[email protected]>
  Date:   2015-05-22 (Fri, 22 May 2015)

  Changed paths:
    M nixos/lib/testing.nix

  Log Message:
  -----------
  nixos/testing: Use stripped down tesseract only.

Only include the English language for the VM tests, because we most
likely won't need other languages. At least for now.

Signed-off-by: aszlig <[email protected]>


Compare: https://github.com/NixOS/nixpkgs/compare/8be00dc71dbe...f12208c5a483
_______________________________________________
nix-commits mailing list
[email protected]
http://lists.science.uu.nl/mailman/listinfo/nix-commits

Reply via email to