xcbuild: suppress xcbuild passthru warning for now

This commit is contained in:
Randy Eckenrode
2024-10-10 16:23:03 -04:00
parent 49834c3000
commit fee84be752
+3 -1
View File
@@ -145,7 +145,9 @@ stdenv.mkDerivation (finalAttrs: {
__structuredAttrs = true;
passthru = {
xcbuild = lib.warn "xcbuild.xcbuild is deprecated and will be removed; use xcbuild instead." finalAttrs.finalPackage;
xcbuild =
# lib.warn "xcbuild.xcbuild is deprecated and will be removed; use xcbuild instead."
finalAttrs.finalPackage;
};
meta = {