nixpkgs/pkgs/development/tools/build-managers/cmake
Ryan Burns a761d5ed1b 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
d250b67722
2021-01-24 08:45:10 +01:00
..
2.8.nix pkgs/development/tools: stdenv.lib -> lib 2021-01-23 20:30:03 +07:00
3.2.2-cygwin.patch
application-services.patch cmake: fix build on darwin 2021-01-24 08:45:10 +01:00
default.nix cmake: 3.19.2 -> 3.19.3 2021-01-22 21:33:15 +01:00
libuv-application-services.patch
search-path-2.8.patch
search-path.patch
setup-hook.sh