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"
10 addEnvHooks
"$hostOffset" noDeprecatedDeclarations