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

Commits on Apr 24, 2018

  1. git: Set PERL_PATH when building manual

    Otherwise the build fails with the perplexing error
    
        make: *** No rule to make target 'cmd-list.made', needed by 'doc.dep'.  Stop.
        make: Leaving directory '/tmp/nix-build-git-2.16.3.drv-0/git-2.16.3/Documentation'
    
    on NixOS (but not on Debian, where it succeeds, presumably since it picks up the
    system perl).
    bgamari committed Apr 24, 2018
    Copy the full SHA
    b26ae50 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #39453 from bgamari/fix-git

    git: Set PERL_PATH when building manual
    dtzWill committed Apr 24, 2018
    Copy the full SHA
    de40a77 View commit details
    Browse the repository at this point in the history