mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 09:53:10 +00:00
swift: install "editor-integration" component as well
This commit is contained in:
parent
80d58e2bf5
commit
8cba1c7727
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user