Unverified Commit 90b4f938 authored by Austin Horstman's avatar Austin Horstman
Browse files

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

parent 975344e1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
+1 −1
Original line number Diff line number Diff line
@@ -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
+0 −0

File moved.

+0 −0

File moved.