Skip to content

Commit

Permalink
Merge pull request #218243 from Artturin/kiwisolvercflags
Browse files Browse the repository at this point in the history
  • Loading branch information
Artturin committed Mar 2, 2023
2 parents 6c84448 + 42fcb30 commit 8fd7755
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions pkgs/development/python-modules/kiwisolver/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,7 @@ buildPythonPackage rec {
hash = "sha256-1BmXUZ/LpKHkbrSi/jG8EvD/lXsrgbrCjbJHRPMz6VU=";
};

NIX_CFLAGS_COMPILE = lib.optionals stdenv.isDarwin [
"-I${lib.getDev libcxx}/include/c++/v1"
];
env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1";

nativeBuildInputs = [
setuptools-scm
Expand Down

0 comments on commit 8fd7755

Please sign in to comment.