about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorWill Dietz <w@wdtz.org>2019-05-03 18:21:01 -0500
committerMichael Roitzsch <reactorcontrol@icloud.com>2019-05-06 12:48:41 +0200
commit8cba1c77278bfb906b95979987e38a7a1b9b4be4 (patch)
tree870934b9f4078540eba1c9ca547948e9c4c0fabc /pkgs
parent80d58e2bf5c947e8117e4b61cef658ecec64f0d0 (diff)
downloadnixlib-8cba1c77278bfb906b95979987e38a7a1b9b4be4.tar
nixlib-8cba1c77278bfb906b95979987e38a7a1b9b4be4.tar.gz
nixlib-8cba1c77278bfb906b95979987e38a7a1b9b4be4.tar.bz2
nixlib-8cba1c77278bfb906b95979987e38a7a1b9b4be4.tar.lz
nixlib-8cba1c77278bfb906b95979987e38a7a1b9b4be4.tar.xz
nixlib-8cba1c77278bfb906b95979987e38a7a1b9b4be4.tar.zst
nixlib-8cba1c77278bfb906b95979987e38a7a1b9b4be4.zip
swift: install "editor-integration" component as well
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/compilers/swift/default.nix4
1 files changed, 3 insertions, 1 deletions
diff --git a/pkgs/development/compilers/swift/default.nix b/pkgs/development/compilers/swift/default.nix
index 09ec1ccfe260..33f4d2a33fce 100644
--- a/pkgs/development/compilers/swift/default.nix
+++ b/pkgs/development/compilers/swift/default.nix
@@ -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}