mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-04 11:15:12 +00:00
python310Packages.kiwisolver: fix NIX_CFLAGS_COMPILE definition
going through staging Co-authored-by: Mario Rodas <marsam@users.noreply.github.com>
This commit is contained in:
parent
504c4fdc34
commit
42fcb30330
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user