···1diff --git a/src/debugpy/_vendored/pydevd/pydevd_attach_to_process/add_code_to_python_process.py b/src/debugpy/_vendored/pydevd/pydevd_attach_to_process/add_code_to_python_process.py
2-index 6d031b4..ecf21f2 100644
3--- a/src/debugpy/_vendored/pydevd/pydevd_attach_to_process/add_code_to_python_process.py
4+++ b/src/debugpy/_vendored/pydevd/pydevd_attach_to_process/add_code_to_python_process.py
5-@@ -293,7 +293,7 @@ def run_python_code_linux(pid, python_code, connect_debugger_tracing=False, show
6 is_debug = 0
7 # Note that the space in the beginning of each line in the multi-line is important!
8 cmd = [
···1diff --git a/src/debugpy/_vendored/pydevd/pydevd_attach_to_process/add_code_to_python_process.py b/src/debugpy/_vendored/pydevd/pydevd_attach_to_process/add_code_to_python_process.py
2+index 51017f2..46654ab 100644
3--- a/src/debugpy/_vendored/pydevd/pydevd_attach_to_process/add_code_to_python_process.py
4+++ b/src/debugpy/_vendored/pydevd/pydevd_attach_to_process/add_code_to_python_process.py
5+@@ -398,7 +398,7 @@ def run_python_code_linux(pid, python_code, connect_debugger_tracing=False, show
6 is_debug = 0
7 # Note that the space in the beginning of each line in the multi-line is important!
8 cmd = [
···1+{ lib, buildPythonPackage, fetchPypi }:
2+3+buildPythonPackage rec {
4+ pname = "pylzma";
5+ version = "0.5.0";
6+7+ # This vendors an old LZMA SDK
8+ # After some discussion, it seemed most reasonable to keep it that way
9+ # xz, and uefi-firmware-parser also does this
10+ src = fetchPypi {
11+ inherit pname version;
12+ sha256 = "074anvhyjgsv2iby2ql1ixfvjgmhnvcwjbdz8gk70xzkzcm1fx5q";
13+ };
14+15+ pythonImportsCheck = [ "pylzma" ];
16+17+ meta = with lib; {
18+ homepage = "https://www.joachim-bauch.de/projects/pylzma/";
19+ description = "Platform independent python bindings for the LZMA compression library";
20+ license = licenses.lgpl21Only;
21+ maintainers = with maintainers; [ dandellion ];
22+ };
23+}
···1diff --git a/overlayunit.pas b/overlayunit.pas
2-index 59f6a81..a096543 100644
3--- a/overlayunit.pas
4+++ b/overlayunit.pas
5-@@ -4871,7 +4871,7 @@ begin
6 //Determine Mangohud dependency status
78 //locate MangoHud and store result in tmp folder
···1112 // Assign Text file dependency_mangohud to variable mangohudVAR
13 AssignFile(mangohudVAR, '/tmp/goverlay/dependency_mangohud');
14-@@ -4880,7 +4880,7 @@ begin
15 CloseFile(mangohudVAR);
1617 // Read String and store value on mangohuddependencyVALUE based on result
···20 mangohuddependencyVALUE := 1
21 else
22 mangohuddependencyVALUE := 0;
23-@@ -4889,7 +4889,7 @@ begin
24 //Determine vkBasalt dependency staus
2526 //locate vkBasalt and store result in tmp folder
···2930 // Assign Text file dependency_mangohud to variable mangohudVAR
31 AssignFile(vkbasaltVAR, '/tmp/goverlay/dependency_vkbasalt');
32-@@ -4898,7 +4898,7 @@ begin
33 CloseFile(vkbasaltVAR);
3435 // Read String and store value on vkbasaltdependencyVALUE based on result
···1diff --git a/overlayunit.pas b/overlayunit.pas
2+index de8725f..005f171 100644
3--- a/overlayunit.pas
4+++ b/overlayunit.pas
5+@@ -5377,7 +5377,7 @@ begin
6 //Determine Mangohud dependency status
78 //locate MangoHud and store result in tmp folder
···1112 // Assign Text file dependency_mangohud to variable mangohudVAR
13 AssignFile(mangohudVAR, '/tmp/goverlay/dependency_mangohud');
14+@@ -5386,7 +5386,7 @@ begin
15 CloseFile(mangohudVAR);
1617 // Read String and store value on mangohuddependencyVALUE based on result
···20 mangohuddependencyVALUE := 1
21 else
22 mangohuddependencyVALUE := 0;
23+@@ -5395,7 +5395,7 @@ begin
24 //Determine vkBasalt dependency staus
2526 //locate vkBasalt and store result in tmp folder
···2930 // Assign Text file dependency_mangohud to variable mangohudVAR
31 AssignFile(vkbasaltVAR, '/tmp/goverlay/dependency_vkbasalt');
32+@@ -5404,7 +5404,7 @@ begin
33 CloseFile(vkbasaltVAR);
3435 // Read String and store value on vkbasaltdependencyVALUE based on result