platformio: disable version check

reimplements #232356
This commit is contained in:
makefu 2024-02-20 20:12:43 +01:00
parent e4af98e127
commit fa8d81f7ba
No known key found for this signature in database
GPG Key ID: 36F7711F3FC0F225

View File

@ -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