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: b41e5065d2cb
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 130ee298445a
Choose a head ref
  • 3 commits
  • 3 files changed
  • 2 contributors

Commits on Apr 3, 2018

  1. tex-gyre: use callPackages

    Using `callPackages` instead of `callPackage` adds an `override` attribute to
    each individual package instead of the set. Each member of the set is then just
    a package so that `lib.attrValues tex-gyre` gives a list of packages that can be
    installed.
    ttuegel committed Apr 3, 2018
    Copy the full SHA
    87c12bd View commit details
    Browse the repository at this point in the history
  2. tex-gyre-*-math: Move to tex-gyre-math package set

    The `tex-gyre-*-math` fonts are moved to the `tex-gyre-math` set for consistency
    with `tex-gyre` and to allow them to be easily installed together. Aliases are
    created for backwards-compatibility.
    ttuegel committed Apr 3, 2018
    Copy the full SHA
    140f2a3 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2018

  1. Merge pull request #38404 from ttuegel/bugfix/tex-gyre/callPackages

    Refactor TeX Gyre package sets
    Thomas Tuegel committed Apr 4, 2018
    Copy the full SHA
    130ee29 View commit details
    Browse the repository at this point in the history