Commit e1fe0fe4 authored by Artturin's avatar Artturin
Browse files

python310Packages.kiwisolver: move NIX_CFLAGS_COMPILE out of env

this will be reapplied to staging because it causes rebuilds
parent 6152eed6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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"
  ];