swift: mark broken

This commit is contained in:
Rick van Schijndel
2022-05-29 12:23:15 +02:00
committed by Janne Heß
parent 11ee22d797
commit cd19a0e7b4

View File

@@ -392,6 +392,7 @@ stdenv.mkDerivation {
preFixup = "rm -rf $SWIFT_BUILD_ROOT $SWIFT_INSTALL_DIR";
meta = with lib; {
broken = true;
description = "The Swift Programming Language";
homepage = "https://github.com/apple/swift";
maintainers = with maintainers; [ dtzWill trepetti dduan ];