vscode-extensions.vadimcn.vscode-lldb: move patches to separate folder
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user