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

Commits on Jan 24, 2021

  1. cmake: fix build on darwin

    Fixes missing CoreFoundation declarations since bump to 3.19.3,
    e.g. `error: unknown type name 'CFUUIDRef'`
    
    ApplicationServices.h transitively includes CoreFoundation.h, but as we
    patch ApplicationServices out of CMake, the CF symbols were not visible.
    Previously this was not a concern, as they were not needed until
    Kitware/CMake@d250b67
    r-burns authored and FRidh committed Jan 24, 2021
    Copy the full SHA
    a761d5e View commit details
    Browse the repository at this point in the history