swift: install "editor-integration" component as well
This commit is contained in:
parent
80d58e2bf5
commit
8cba1c7727
pkgs/development/compilers/swift
|
@ -231,7 +231,9 @@ stdenv.mkDerivation rec {
|
||||||
-e 's/^validation-test$/# \0/' \
|
-e 's/^validation-test$/# \0/' \
|
||||||
-e 's/^long-test$/# \0/' \
|
-e 's/^long-test$/# \0/' \
|
||||||
-e 's/^stress-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
|
# https://bugs.swift.org/browse/SR-10559
|
||||||
patch -p1 -d swift-corelibs-libdispatch -i ${./patches/libdispatch-fortify-fix.patch}
|
patch -p1 -d swift-corelibs-libdispatch -i ${./patches/libdispatch-fortify-fix.patch}
|
||||||
|
|
Loading…
Reference in New Issue