Skip to content
This repository has been archived by the owner on Apr 12, 2021. It is now read-only.
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-channels
base: 51fdee8b9299
Choose a base ref
...
head repository: NixOS/nixpkgs-channels
compare: 256deeb33e41
Choose a head ref
  • 17 commits
  • 20 files changed
  • 12 contributors

Commits on Dec 14, 2018

  1. solc: disable LLL installation

    It has been [disabled by
    default](https://github.com/ethereum/solidity/releases/tag/v0.5.1) in 0.5.1.
    asymmetric committed Dec 14, 2018
    Copy the full SHA
    f25fb4b View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2018

  1. bundler: 1.17.1 -> 1.17.2

    alyssais committed Dec 17, 2018
    Copy the full SHA
    8e98e48 View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2018

  1. Copy the full SHA
    a506fb2 View commit details
    Browse the repository at this point in the history

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. nix-review: 1.0.1 -> 1.0.2

    Mic92 committed Dec 20, 2018
    Copy the full SHA
    32f4166 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #52483 from marsam/init-vimplugins-recover-vim

    vimPlugins.Recover-vim: init at 2018-10-22
    Ma27 committed Dec 20, 2018
    Copy the full SHA
    87e637d View commit details
    Browse the repository at this point in the history
  3. Merge pull request #52564 from Mic92/nix-review

    nix-review: 1.0.1 -> 1.0.2
    dywedir committed Dec 20, 2018
    Copy the full SHA
    7fff2ee View commit details
    Browse the repository at this point in the history
  4. Merge pull request #52047 from asymmetric/solc-lll

    solc: disable LLL installation
    adisbladis committed Dec 20, 2018
    Copy the full SHA
    a5a537d View commit details
    Browse the repository at this point in the history
  5. bazel: fix sandbox execution

    Bazel runs actions in a sandbox by default on Darwin and Linux.
    However, the sandboxing was always and *silently* disabled previously,
    because a Bazel feature test was always failing. The feature test
    involved running `/bin/true` inside a sandbox. But on NixOS,
    `/bin/true` does not exist...
    mboes authored and Profpatsch committed Dec 20, 2018
    Copy the full SHA
    53e8258 View commit details
    Browse the repository at this point in the history
  6. python37Packages.flask_migrate: 2.3.0 -> 2.3.1 (#52117)

    Semi-automatic update generated by
    https://github.com/ryantm/nixpkgs-update tools. This update was made
    based on information from
    https://repology.org/metapackage/python3.7-flask-migrate/versions
    r-ryantm authored and dotlambda committed Dec 20, 2018
    Copy the full SHA
    82dbdad View commit details
    Browse the repository at this point in the history
  7. Merge pull request #52440 from alyssais/bundler

    bundler: 1.17.1 -> 1.17.2
    alyssais committed Dec 20, 2018
    Copy the full SHA
    dafdadd View commit details
    Browse the repository at this point in the history
  8. 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
  9. python.pkgs.pathpy: improve expression

    Robert Schütz committed Dec 20, 2018
    Copy the full SHA
    256deeb View commit details
    Browse the repository at this point in the history