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

Commits on Jun 27, 2020

  1. file-rename: Fix an incorrect platform test that misidentifies Darwin…

    … as Windows
    
    This causes the script to be installed as `file-rename` instead of `rename` like
    it is on other Unix systems. This in turn causes `wrapProgram` to fail when
    building because it expects the wrapped program to be called `rename`.
    neilmayhew committed Jun 27, 2020
    Copy the full SHA
    1d0a930 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2020

  1. Merge pull request #91699 from neilmayhew/fix/file-rename/darwin

    file-rename: Fix an incorrect test that misidentifies Darwin as Windows
    nh2 committed Jun 28, 2020
    Copy the full SHA
    aec5587 View commit details
    Browse the repository at this point in the history