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=";
|
hash = "sha256-1BmXUZ/LpKHkbrSi/jG8EvD/lXsrgbrCjbJHRPMz6VU=";
|
||||||
};
|
};
|
||||||
|
|
||||||
NIX_CFLAGS_COMPILE = lib.optionals stdenv.isDarwin [
|
env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1";
|
||||||
"-I${lib.getDev libcxx}/include/c++/v1"
|
|
||||||
];
|
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
setuptools-scm
|
setuptools-scm
|
||||||
|
Loading…
Reference in New Issue
Block a user