swift: install "editor-integration" component as well

This commit is contained in:
Will Dietz 2019-05-03 18:21:01 -05:00 committed by Michael Roitzsch
parent 80d58e2bf5
commit 8cba1c7727

View File

@ -231,7 +231,9 @@ stdenv.mkDerivation rec {
-e 's/^validation-test$/# \0/' \
-e 's/^long-test$/# \0/' \
-e 's/^stress-test$/# \0/' \
-e 's/^test-optimized$/# \0/'
-e 's/^test-optimized$/# \0/' \
\
-e 's/^swift-install-components=autolink.*$/\0;editor-integration/'
# https://bugs.swift.org/browse/SR-10559
patch -p1 -d swift-corelibs-libdispatch -i ${./patches/libdispatch-fortify-fix.patch}