Unverified Commit 99e19f2a authored by Randy Eckenrode's avatar Randy Eckenrode
Browse files

python3Packages.kivy: get libc++ headers on Darwin from stdenv.cc.libcxx

parent 6dde6fff
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -13,7 +13,6 @@
  SDL2_image,
  SDL2_ttf,
  SDL2_mixer,
  libcxx,
  withGstreamer ? true,
  gst_all_1,
  pygments,
@@ -82,7 +81,7 @@ buildPythonPackage rec {
      "-Wno-error=incompatible-pointer-types"
    ]
    ++ lib.optionals stdenv.hostPlatform.isDarwin [
      "-I${lib.getDev libcxx}/include/c++/v1"
      "-I${lib.getInclude stdenv.cc.libcxx}/include/c++/v1"
    ]
  );