summary refs log tree commit diff
path: root/pkgs/misc/vim-plugins/patches
diff options
context:
space:
mode:
authorCharles Strahan <charles@cstrahan.com>2017-02-09 23:58:27 -0500
committerCharles Strahan <charles@cstrahan.com>2017-02-10 01:10:54 -0500
commit0fe9b1e2033ac78b6ac6b4ded8179effee8cf592 (patch)
treeaa14d2fc13790995a375f12f672ea7c83f2aefef /pkgs/misc/vim-plugins/patches
parent176a96782e62cfb3502dbd30c03223faaec453bf (diff)
downloadnixlib-0fe9b1e2033ac78b6ac6b4ded8179effee8cf592.tar
nixlib-0fe9b1e2033ac78b6ac6b4ded8179effee8cf592.tar.gz
nixlib-0fe9b1e2033ac78b6ac6b4ded8179effee8cf592.tar.bz2
nixlib-0fe9b1e2033ac78b6ac6b4ded8179effee8cf592.tar.lz
nixlib-0fe9b1e2033ac78b6ac6b4ded8179effee8cf592.tar.xz
nixlib-0fe9b1e2033ac78b6ac6b4ded8179effee8cf592.tar.zst
nixlib-0fe9b1e2033ac78b6ac6b4ded8179effee8cf592.zip
vim-plugins: use ycmd package for youcompleteme
Diffstat (limited to 'pkgs/misc/vim-plugins/patches')
-rw-r--r--pkgs/misc/vim-plugins/patches/youcompleteme/2-ycm-cmake.patch36
1 files changed, 0 insertions, 36 deletions
diff --git a/pkgs/misc/vim-plugins/patches/youcompleteme/2-ycm-cmake.patch b/pkgs/misc/vim-plugins/patches/youcompleteme/2-ycm-cmake.patch
deleted file mode 100644
index a1c4b1b39a46..000000000000
--- a/pkgs/misc/vim-plugins/patches/youcompleteme/2-ycm-cmake.patch
+++ /dev/null
@@ -1,36 +0,0 @@
---- ./third_party/ycmd/cpp/ycm/CMakeLists.txt
-+++ ./third_party/ycmd/cpp/ycm/CMakeLists.txt
-@@ -335,7 +335,7 @@
-       COMMAND ${CMAKE_COMMAND} -E copy "${LIBCLANG_TARGET}" "$<TARGET_FILE_DIR:${PROJECT_NAME}>"
-     )
- 
--    if( APPLE )
-+  #if( APPLE )
-       # In OS X El Capitan, Apple introduced System Integrity Protection.
-       # Amongst other things, this introduces features to the dynamic loader
-       # (dyld) which cause it to "sanitise" (and complain about) embedded
-@@ -354,15 +354,15 @@
-       # simply strip the rpath entry from the dylib.  There's no way any
-       # @executable_path that python might have could be in any way useful to
-       # libclang.dylib, so this seems perfectly safe.
--      get_filename_component( LIBCLANG_TAIL ${LIBCLANG_TARGET} NAME )
--      add_custom_command( TARGET ${PROJECT_NAME}
--                          POST_BUILD
--                          COMMAND install_name_tool
--                          "-delete_rpath"
--                          "@executable_path/../lib"
--                          "$<TARGET_FILE_DIR:${PROJECT_NAME}>/${LIBCLANG_TAIL}"
--                        )
--    endif()
-+      #    get_filename_component( LIBCLANG_TAIL ${LIBCLANG_TARGET} NAME )
-+      #add_custom_command( TARGET ${PROJECT_NAME}
-+      #                    POST_BUILD
-+      #                    COMMAND install_name_tool
-+      #                    "-delete_rpath"
-+      #                    "@executable_path/../lib"
-+      #                    "$<TARGET_FILE_DIR:${PROJECT_NAME}>/${LIBCLANG_TAIL}"
-+      #                  )
-+      # endif()
-   endif()
- endif()
-