Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

platformio: disable version check

reimplements #232356

makefu fa8d81f7 e4af98e1

+5
+5
pkgs/development/embedded/platformio/core.nix
··· 43 43 }) 44 44 ]; 45 45 46 + postPatch = '' 47 + # Disable update checks at runtime 48 + substituteInPlace platformio/maintenance.py --replace-fail ' check_platformio_upgrade()' "" 49 + ''; 50 + 46 51 nativeBuildInputs = [ 47 52 installShellFiles 48 53 pythonRelaxDepsHook