Revert "configd: fix build with clang 16"

This reverts commit 550137e330.
This commit is contained in:
Randy Eckenrode 2023-11-12 10:24:03 -05:00
parent a678c55faf
commit 55bf8aa8c1
No known key found for this signature in database
GPG key ID: 64C1CD4EC2A600D9

View file

@ -21,7 +21,6 @@ appleDerivation' stdenv {
NIX_CFLAGS_COMPILE = toString [
"-ISystemConfiguration.framework/Headers"
"-I${xnu}/Library/Frameworks/System.framework/Versions/B/PrivateHeaders"
"-D_DNS_SD_LIBDISPATCH" # Needed for DNSServiceSetDispatchQueue to be available
];
};