about summary refs log tree commit diff
path: root/pkgs/development/compilers/swift/sourcekit-lsp/patches/indexstore-db-macos-target.patch
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/compilers/swift/sourcekit-lsp/patches/indexstore-db-macos-target.patch')
-rw-r--r--pkgs/development/compilers/swift/sourcekit-lsp/patches/indexstore-db-macos-target.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/pkgs/development/compilers/swift/sourcekit-lsp/patches/indexstore-db-macos-target.patch b/pkgs/development/compilers/swift/sourcekit-lsp/patches/indexstore-db-macos-target.patch
deleted file mode 100644
index 53e790874d5d..000000000000
--- a/pkgs/development/compilers/swift/sourcekit-lsp/patches/indexstore-db-macos-target.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-Raise the deployment target of IndexStoreDB so it can link against our XCTest.
-
---- a/Package.swift
-+++ b/Package.swift
-@@ -4,6 +4,7 @@ import PackageDescription
-
- let package = Package(
-   name: "IndexStoreDB",
-+  platforms: [.macOS("10.12")],
-   products: [
-     .library(
-       name: "IndexStoreDB",