Skip to content

Commit

Permalink
swift: install "editor-integration" component as well
Browse files Browse the repository at this point in the history
  • Loading branch information
dtzWill committed May 4, 2019
1 parent a365a5a commit f9332ff
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pkgs/development/compilers/swift/default.nix
Expand Up @@ -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}
Expand Down

0 comments on commit f9332ff

Please sign in to comment.