about summary refs log tree commit diff
path: root/pkgs/development/compilers/swift/swiftpm/patches/cmake-fix-quoting.patch
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/compilers/swift/swiftpm/patches/cmake-fix-quoting.patch')
-rw-r--r--pkgs/development/compilers/swift/swiftpm/patches/cmake-fix-quoting.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/pkgs/development/compilers/swift/swiftpm/patches/cmake-fix-quoting.patch b/pkgs/development/compilers/swift/swiftpm/patches/cmake-fix-quoting.patch
deleted file mode 100644
index 04f51e9ec835..000000000000
--- a/pkgs/development/compilers/swift/swiftpm/patches/cmake-fix-quoting.patch
+++ /dev/null
@@ -1,12 +0,0 @@
---- a/Sources/PackageCollectionsSigning/CMakeLists.txt
-+++ b/Sources/PackageCollectionsSigning/CMakeLists.txt
-@@ -43,6 +43,7 @@ target_link_libraries(PackageCollectionsSigning PUBLIC
-   PackageCollectionsModel
-   TSCBasic)
- target_link_libraries(PackageCollectionsSigning PRIVATE
--  PackageCollectionsSigningLibc
--  $<$<PLATFORM_ID:Darwin>:SHELL:-Xlinker -framework -Xlinker Security>)
-+  PackageCollectionsSigningLibc)
-+target_link_options(PackageCollectionsSigning PRIVATE
-+  "$<$<PLATFORM_ID:Darwin>:SHELL:-Xlinker -framework -Xlinker Security>")
-