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

Commits on Nov 6, 2020

  1. python3Packages.pyelftools: disable tests on Darwin

    af27072 broke the build on Darwin.
    
    There does not seem to be any way to sanely enable tests on Darwin.
    
    Tests initially fail because of missing 'greadelf'
    expected by test/run_readelf_tests.py.
    
    This is fixed by:
    
    - adding 'binutils-unwrapped' to checkInputs
    - hardlinking 'readelf' to 'greadelf' in a temp bin dir
    - exporting temp bin dir to PATH
    
    This leads to further test failures because of 'readelf' version mismatch
    causing output inconsistencies.
    
    See test/run_readelf_tests.py:31 for further details.
    
    Signed-off-by: Sirio Balmelli <sirio@b-ad.ch>
    siriobalmelli authored and jonringer committed Nov 6, 2020
    Copy the full SHA
    8fb56a4 View commit details
    Browse the repository at this point in the history