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

Commits on May 7, 2020

  1. rustPlatform: fix bug with ambiguous diff tool

    If a user provides `nativeBuildInputs = [ llvmPackages.bintools ]` or any other
    package containing a `${prefix}/bin/diff`, the builder could use it instead
    of the standard unix `diff`, causing a build failure.
    
    This updates the call to specify an abspath to `diff` and avoid reliance on `PATH`.
    
    Resolves #87081
    bhipple committed May 7, 2020
    Copy the full SHA
    7f84557 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    68b25d3 View commit details
    Browse the repository at this point in the history