vscode-extensions.vadimcn.vscode-lldb: move patches to separate folder

This commit is contained in:
Austin Horstman
2025-01-19 14:15:14 -06:00
parent 975344e10e
commit 90b4f938dd
4 changed files with 2 additions and 2 deletions
@@ -45,7 +45,7 @@ rustPlatform.buildRustPackage {
--set-default LLDB_DEBUGSERVER_PATH "${lldb.out}/bin/lldb-server"
'';
patches = [ ./adapter-output-shared_object.patch ];
patches = [ ./patches/adapter-output-shared_object.patch ];
# Tests are linked to liblldb but it is not available here.
doCheck = false;
@@ -92,7 +92,7 @@ stdenv.mkDerivation {
unzip
];
patches = [ ./cmake-build-extension-only.patch ];
patches = [ ./patches/cmake-build-extension-only.patch ];
postPatch = ''
# temporary patch for forgotten version updates