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: 71d5e1595c1c
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: ad30a304883f
Choose a head ref
  • 1 commit
  • 6 files changed
  • 1 contributor

Commits on Feb 29, 2020

  1. rustPlatform.fetchCargo: handle custom Cargo.lock patchfiles with val…

    …idation
    
    Previously, we would asssert that the lockfiles are consistent during the
    unpackPhase, but if the pkg has a patch for the lockfile itself then we must
    wait until the patchPhase is complete to check.
    
    This also removes an implicity dependency on the src attribute coming from
    `fetchzip` / `fetchFromGitHub`, which happens to name the source directory
    "source". Now we glob for it, so different fetchers will work consistently.
    bhipple authored and Jon committed Feb 29, 2020
    Configuration menu
    Copy the full SHA
    ad30a30 View commit details
    Browse the repository at this point in the history