xcbuild: suppress xcbuild passthru warning for now
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user