swift: mark broken

authored by Rick van Schijndel and committed by Janne Heß cd19a0e7 11ee22d7

+1
+1
pkgs/development/compilers/swift/default.nix
··· 392 392 preFixup = "rm -rf $SWIFT_BUILD_ROOT $SWIFT_INSTALL_DIR"; 393 393 394 394 meta = with lib; { 395 + broken = true; 395 396 description = "The Swift Programming Language"; 396 397 homepage = "https://github.com/apple/swift"; 397 398 maintainers = with maintainers; [ dtzWill trepetti dduan ];