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: 9dcb508f2d0c
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: deb78151a943
Choose a head ref
  • 1 commit
  • 2 files changed
  • 1 contributor

Commits on Jul 2, 2020

  1. buildRustPackage: fix cargoBuildFlags

    When features were supplied in cargoBuildFlags, the binaries were built
    with these features enabled. Unless checking was disabled, `cargo test`
    was executed without these build flags, meaning the binaries were
    rebuilt and overwritten without the specified features.
    
    Fix this bug by running tests after the installation phase.
    Flakebi authored and zowoq committed Jul 2, 2020
    Copy the full SHA
    deb7815 View commit details
    Browse the repository at this point in the history