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: d006ea066361
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 5c4a2158cb63
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Oct 27, 2020

  1. groff: fix PDF manpage building with -Tpdf/gropdf

    These files are pure data, just fonts; they shouldn't have been moved
    to the "perl" output, because the Perl programs (namely, gropdf) use
    them from the main "out" output.
    
    These files don't contain any references to more dependencies (Perl or
    otherwise), so they don't bloat the closure. And the files themselves
    are small; 276K total as of this commit.
    catern committed Oct 27, 2020
    Copy the full SHA
    3f92a7e View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2020

  1. Merge pull request #101866 from catern/groff

    groff: fix PDF manpage building with -Tpdf/gropdf
    7c6f434c committed Nov 22, 2020
    Copy the full SHA
    5c4a215 View commit details
    Browse the repository at this point in the history