abseil-cpp_202308: drop unnecessary patch

abseill-cpp 202308 does not link the absolute path to CoreFoundation, so
the patch is not needed.
This commit is contained in:
Randy Eckenrode 2023-11-13 19:09:57 -05:00
parent 772c3bbbf5
commit 16b92feec9
No known key found for this signature in database
GPG Key ID: 64C1CD4EC2A600D9

View File

@ -18,12 +18,6 @@ stdenv.mkDerivation (finalAttrs: {
hash = "sha256-uNGrTNg5G5xFGtc+BSWE389x0tQ/KxJQLHfebNWas/k=";
};
patches = lib.optionals stdenv.isDarwin [
# Dont propagate the path to CoreFoundation. Otherwise, its impossible to build packages
# that require a different SDK other than the default one.
./cmake-core-foundation.patch
];
cmakeFlags = [
"-DABSL_BUILD_TEST_HELPERS=ON"
"-DABSL_USE_EXTERNAL_GOOGLETEST=ON"