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: 5f4a279f410c
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 012582c6d15f
Choose a head ref
  • 2 commits
  • 1 file changed
  • 1 contributor

Commits on Jul 16, 2020

  1. pythonPackages.numexpr: fix darwin build by refactoring checkPhase

    This fixes a following error on python 3.8:
    
    FileNotFoundError: [Errno 2] No such file or directory: '/nix/store/0s7kw66pav5c7bi38lb0gznxnxz31a1n-python3.8-numexpr-2.7.1/<stdin>'
    veprbl committed Jul 16, 2020
    Copy the full SHA
    c184c87 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2020

  1. Merge pull request #93208 from veprbl/pr/numexpr_darwin_fix

    pythonPackages.numexpr: fix darwin build by refactoring checkPhase
    veprbl committed Jul 18, 2020
    Copy the full SHA
    012582c View commit details
    Browse the repository at this point in the history