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: a0cb913949b2
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 359de1d4166a
Choose a head ref
  • 5 commits
  • 10 files changed
  • 1 contributor

Commits on Mar 15, 2020

  1. texlive: reimplement fixHashes.sh in GNU Awk

    The shell script doesn't work very well in non-GNU environments like
    darwin. This provides an implementation that uses just a single GNU tool
    - gawk, thus reduces number of points of failure.
    veprbl committed Mar 15, 2020
    Copy the full SHA
    d9fb53d View commit details
    Browse the repository at this point in the history
  2. texlive: 2019 -> 2019-final

    The biber package is now at 2.14, but TextBibTeX is still required.
    
    Few changes were needed for newly introduced scripts-extra path. This
    broke some of our old tricks which were relying on having writable
    script directories. The changes to the script locations made buildEnv
    create symlinks to the script directories instead of directories of
    symlinks to scripts. The changes to texlinks.sh and texlive/TeXLive
    perl path were made because of this.
    veprbl committed Mar 15, 2020
    Copy the full SHA
    9752593 View commit details
    Browse the repository at this point in the history
  3. texlive/pkgs.nix: add revision

    veprbl committed Mar 15, 2020
    Copy the full SHA
    9c4212c View commit details
    Browse the repository at this point in the history
  4. texlive: use versioned tarballs

    Announced in [1], versioned tarballs allow to make sure that a
    specific version is fetched. This does not guarantee that all previous
    versions are retained on the main mirrors.
    
    Logically, we would want to first try to download versioned tarballs
    from any mirror and only then try the unversioned ones. But right now
    we only have two mirrors and only some of the tarballs are versioned
    in texlive-2019, so the order is changed to not hammer the weak
    tug.org mirror.
    
    [1] https://tug.org/pipermail/tex-live/2019-September/044086.html
    veprbl committed Mar 15, 2020
    Copy the full SHA
    9f44a61 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #82199 from veprbl/pr/texlive_2019_final

    texlive: 2019 -> 2019-final
    veprbl committed Mar 15, 2020
    Copy the full SHA
    359de1d View commit details
    Browse the repository at this point in the history