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: 1a7a473831b0
Choose a base ref
...
head repository: NixOS/nixpkgs-channels
compare: ec0923f9830b
Choose a head ref
  • 6 commits
  • 11 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.
    
    (cherry picked from commit d9fb53d)
    veprbl committed Mar 15, 2020
    Copy the full SHA
    65613ec 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.
    
    (cherry picked from commit 9752593)
    veprbl committed Mar 15, 2020
    Copy the full SHA
    08aec18 View commit details
    Browse the repository at this point in the history
  3. texlive/pkgs.nix: add revision

    (cherry picked from commit 9c4212c)
    veprbl committed Mar 15, 2020
    Copy the full SHA
    53e3bc5 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
    
    (cherry picked from commit 9f44a61)
    veprbl committed Mar 15, 2020
    Copy the full SHA
    3d1fdac View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2020

  1. nuweb: fix after texlive update

    (cherry picked from commit 2217b1d)
    veprbl committed Mar 16, 2020
    Copy the full SHA
    ff2febd View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2020

  1. Merge pull request #82676 from veprbl/pr/texlive_2019_final_20.03

    [20.03] texlive: 2019 -> 2019-final
    veprbl committed Mar 17, 2020
    Copy the full SHA
    ec0923f View commit details
    Browse the repository at this point in the history