chromium,chromedriver: 129.0.6668.91 -> 129.0.6668.100
[NixPkgs.git] / pkgs / os-specific / darwin / apple-sdk / security-setup-hook.sh
blob35cea773f98b5d2a81df1a34b3575294cf91ff82
1 noDeprecatedDeclarations() {
2 # Security.framework has about 2000 deprecated constants, all of which the user will be
3 # warned about at compilation time
4 flag="-Wno-deprecated-declarations"
5 if [[ "${NIX_CFLAGS_COMPILE-}" != *$flag* ]]; then
6 NIX_CFLAGS_COMPILE+=" $flag"
7 fi
10 addEnvHooks "$hostOffset" noDeprecatedDeclarations