Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
base: dafdadda3a41
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: ede54f9144ff
Choose a head ref
  • 6 commits
  • 11 files changed
  • 2 contributors

Commits on Dec 19, 2018

  1. tesseract: change file layout

    Rename default.nix -> tesseract3.nix
    Rename 4.x.nix -> tesseract4.nix
    
    This is needed for the following commits.
    erikarvstedt committed Dec 19, 2018
    Copy the full SHA
    45d2a2d View commit details
    Browse the repository at this point in the history
  2. tesseract: add a wrapper to setup languages

    Tesseract is now decoupled from the tessdata language corpus.
    
    This avoids recompilation when building Tesseract with a custom set
    of languages.
    
    Update k2pdfopt to use the new wrapper interface.
    erikarvstedt committed Dec 19, 2018
    Copy the full SHA
    aaaed13 View commit details
    Browse the repository at this point in the history
  3. tesseract: add separate language derivations

    This frees users from downloading all languages when building
    Tesseract with a custom set of languages.
    
    `enableLanguagesHash` is now obsolete.
    erikarvstedt committed Dec 19, 2018
    Copy the full SHA
    b818997 View commit details
    Browse the repository at this point in the history
  4. tesseract: rename to tesseract4, add alias

    This is more consistent with the naming of the most popular versioned pkgs.
    erikarvstedt committed Dec 19, 2018
    Copy the full SHA
    8d1ba99 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    0289f4a View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2018

  1. Merge pull request #52379 from erikarvstedt/tesseract

    Major tesseract improvements
    7c6f434c committed Dec 20, 2018
    Copy the full SHA
    ede54f9 View commit details
    Browse the repository at this point in the history