python310Packages.kiwisolver: move NIX_CFLAGS_COMPILE out of env
this will be reapplied to staging because it causes rebuilds
This commit is contained in:
@@ -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"
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user