Merge pull request #290246 from makefu/platformio-disable-version-check
platformio: disable version check
This commit is contained in:
@@ -43,6 +43,11 @@ with python3Packages; buildPythonApplication rec {
|
||||
})
|
||||
];
|
||||
|
||||
postPatch = ''
|
||||
# Disable update checks at runtime
|
||||
substituteInPlace platformio/maintenance.py --replace-fail ' check_platformio_upgrade()' ""
|
||||
'';
|
||||
|
||||
nativeBuildInputs = [
|
||||
installShellFiles
|
||||
pythonRelaxDepsHook
|
||||
|
||||
Reference in New Issue
Block a user