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: b8acd0bc7333
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 43612e8e1abc
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Aug 29, 2020

  1. eva: fix build

    Since b52808f `cargo` respects the
    `$NIX_BUILD_CORES` variable by utilizing `--test-threads`. However, the
    `eva` package also parsed the arguments during the test-phase which
    caused a failure since `--test-threads` isn't expected by eva's
    argparser[1].
    
    Ths fix is in a pending PR[2] that can be applied on top to fix the
    build.
    
    [1] https://hydra.nixos.org/build/126069084
    [2] nerdypepper/eva#37
    Ma27 committed Aug 29, 2020
    Copy the full SHA
    43612e8 View commit details
    Browse the repository at this point in the history