Loading pkgs/os-specific/darwin/apple-source-releases/text_cmds/default.nix +6 −1 Original line number Diff line number Diff line Loading @@ -20,7 +20,12 @@ appleDerivation { done ''; env.NIX_CFLAGS_COMPILE = toString [ "-Wno-error=format-security" ]; # hardeningDisable doesn't cut it env.NIX_CFLAGS_COMPILE = toString [ # hardeningDisable doesn't cut it "-Wno-error=format-security" # Required to build with clang 16 "-Wno-error=deprecated-non-prototype" ]; meta = { platforms = lib.platforms.darwin; Loading Loading
pkgs/os-specific/darwin/apple-source-releases/text_cmds/default.nix +6 −1 Original line number Diff line number Diff line Loading @@ -20,7 +20,12 @@ appleDerivation { done ''; env.NIX_CFLAGS_COMPILE = toString [ "-Wno-error=format-security" ]; # hardeningDisable doesn't cut it env.NIX_CFLAGS_COMPILE = toString [ # hardeningDisable doesn't cut it "-Wno-error=format-security" # Required to build with clang 16 "-Wno-error=deprecated-non-prototype" ]; meta = { platforms = lib.platforms.darwin; Loading