From d5cd367e64d471b72260a07bfc22fada479781bc Mon Sep 17 00:00:00 2001 From: Book-reader Date: Tue, 31 Mar 2026 17:42:13 +1300 Subject: [PATCH] remove python310 --- pkgs/esp-idf/tools.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pkgs/esp-idf/tools.nix b/pkgs/esp-idf/tools.nix index 80e665f..60cb1a2 100644 --- a/pkgs/esp-idf/tools.nix +++ b/pkgs/esp-idf/tools.nix @@ -14,7 +14,6 @@ , glibc , ncurses5 , python3 -, python310 , python311 , python312 , libxml2_13 @@ -38,7 +37,6 @@ let libusb1 udev python3 - python310 python311 python312 libxml2_13 @@ -104,6 +102,7 @@ let # Configure autoPatchelfHook to ignore missing Python libraries that aren't available autoPatchelfIgnoreMissingDeps = [ "libpython3.13.so.1.0" + "libpython3.10.so.1.0" "libpython3.9.so.1.0" "libpython3.8.so.1.0" "libpython3.7.so.1.0"