Skip to content

Commit

Permalink
python310Packages.kiwisolver: fix NIX_CFLAGS_COMPILE definition
Browse files Browse the repository at this point in the history
going through staging

Co-authored-by: Mario Rodas <marsam@users.noreply.github.com>
  • Loading branch information
Artturin and marsam committed Feb 25, 2023
1 parent 504c4fd commit 42fcb30
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 42fcb30

Please sign in to comment.