swiftPackages.Foundation: add note about CF

This commit is contained in:
Stéphan Kochen 2022-11-21 11:11:29 +01:00
parent a4c8c87cb1
commit da15d44729

View File

@ -1,3 +1,8 @@
# TODO: We already package the CoreFoundation component of Foundation in:
# pkgs/os-specific/darwin/swift-corelibs/corefoundation.nix
# This is separate because the CF build is completely different and part of
# stdenv. Merging the two was kept outside of the scope of Swift work.
{ lib
, stdenv
, callPackage