Loading pkgs/development/python-modules/kivy/default.nix +1 −2 Original line number Diff line number Diff line Loading @@ -13,7 +13,6 @@ SDL2_image, SDL2_ttf, SDL2_mixer, libcxx, withGstreamer ? true, gst_all_1, pygments, Loading Loading @@ -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" ] ); Loading Loading
pkgs/development/python-modules/kivy/default.nix +1 −2 Original line number Diff line number Diff line Loading @@ -13,7 +13,6 @@ SDL2_image, SDL2_ttf, SDL2_mixer, libcxx, withGstreamer ? true, gst_all_1, pygments, Loading Loading @@ -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" ] ); Loading