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: c8e7aab0c8ba
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: a0a8f0ac8734
Choose a head ref
  • 2 commits
  • 2 files changed
  • 1 contributor

Commits on Sep 15, 2017

  1. libffi: Add aarch64 patch

    This fixes pythonPackages.cffi test suite failure.
    dezgeg committed Sep 15, 2017
    Configuration menu
    Copy the full SHA
    6544521 View commit details
    Browse the repository at this point in the history
  2. python2: Use system libffi on Aarch64

    libffi needs a patch to actually work on aarch64 (or the cffi Python package
    fails its testsuite). Of course the bundled version of libffi has the
    same bug, so don't use the buggy version on aarch64.
    
    Python3 already uses the system libffi on all platforms. I don't know
    why Python2 doesn't.
    dezgeg committed Sep 15, 2017
    Configuration menu
    Copy the full SHA
    a0a8f0a View commit details
    Browse the repository at this point in the history