Unverified Commit 16b92fee authored by Randy Eckenrode's avatar Randy Eckenrode
Browse files

abseil-cpp_202308: drop unnecessary patch

abseill-cpp 202308 does not link the absolute path to CoreFoundation, so
the patch is not needed.
parent 772c3bbb
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -18,12 +18,6 @@ stdenv.mkDerivation (finalAttrs: {
    hash = "sha256-uNGrTNg5G5xFGtc+BSWE389x0tQ/KxJQLHfebNWas/k=";
  };

  patches = lib.optionals stdenv.isDarwin [
    # Don’t propagate the path to CoreFoundation. Otherwise, it’s 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"