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: cf64230d42ba
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 9f5d38e751fa
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Mar 19, 2020

  1. GCC: fix compilation on MacOS 10.15

    MacOS 10.15 now includes "aligned_alloc".  Disagreement between the
    headers and the binaries about whether aligned_alloc exists leads to
    a compilation failure (see #73319 and the detailed comment in this
    commit).
    Calvin-L committed Mar 19, 2020
    Copy the full SHA
    3a79681 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2020

  1. Merge pull request #82921 from Calvin-L/fix-gcc-on-catalina

    Fix GCC compilation on MacOS 10.15
    Mic92 committed Jul 23, 2020
    Copy the full SHA
    9f5d38e View commit details
    Browse the repository at this point in the history