Loading pkgs/by-name/cj/cjson/package.nix +4 −0 Original line number Diff line number Diff line Loading @@ -18,6 +18,10 @@ stdenv.mkDerivation rec { nativeBuildInputs = [ cmake ]; cmakeFlags = lib.optional (stdenv.cc.isClang && !stdenv.hostPlatform.isDarwin) ( lib.cmakeBool "ENABLE_CUSTOM_COMPILER_FLAGS" false ); # cJSON actually uses C99 standard, not C89 # https://github.com/DaveGamble/cJSON/issues/275 postPatch = '' Loading Loading
pkgs/by-name/cj/cjson/package.nix +4 −0 Original line number Diff line number Diff line Loading @@ -18,6 +18,10 @@ stdenv.mkDerivation rec { nativeBuildInputs = [ cmake ]; cmakeFlags = lib.optional (stdenv.cc.isClang && !stdenv.hostPlatform.isDarwin) ( lib.cmakeBool "ENABLE_CUSTOM_COMPILER_FLAGS" false ); # cJSON actually uses C99 standard, not C89 # https://github.com/DaveGamble/cJSON/issues/275 postPatch = '' Loading