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: 02cd5530926f
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 8de4148e61d4
Choose a head ref
  • 3 commits
  • 1 file changed
  • 1 contributor

Commits on Mar 27, 2019

  1. pythonPackages.pyarrow: fix build

    Setting setupPyBuildFlags makes builder add an additional target
    "build_ext" to setup.py arguments in addition to "bdisst_wheel".
    pyarrow's setup.py recently started to try to redo build_ext again which
    broke the build.
    
    (cherry picked from commit 49e9194)
    veprbl committed Mar 27, 2019
    Copy the full SHA
    62b686a View commit details
    Browse the repository at this point in the history
  2. pythonPackages.pyarrow: enable parallel build

    (cherry picked from commit 55223a8)
    veprbl committed Mar 27, 2019
    Copy the full SHA
    afd5e8c View commit details
    Browse the repository at this point in the history
  3. pyarrow: remove tests that can break on darwin

    (cherry picked from commit 2645454)
    veprbl committed Mar 27, 2019
    Copy the full SHA
    8de4148 View commit details
    Browse the repository at this point in the history