python310Packages.kiwisolver: move NIX_CFLAGS_COMPILE out of env

this will be reapplied to staging because it causes rebuilds
This commit is contained in:
Artturin 2023-02-24 05:39:54 +02:00
parent 6152eed6a5
commit e1fe0fe490

View file

@ -20,7 +20,7 @@ buildPythonPackage rec {
hash = "sha256-1BmXUZ/LpKHkbrSi/jG8EvD/lXsrgbrCjbJHRPMz6VU=";
};
env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin [
NIX_CFLAGS_COMPILE = lib.optionals stdenv.isDarwin [
"-I${lib.getDev libcxx}/include/c++/v1"
];