Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions pkgs/esp-idf/tools.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
, glibc
, ncurses5
, python3
, python310
, python311
, python312
, libxml2_13
Expand All @@ -38,7 +37,6 @@ let
libusb1
udev
python3
python310
python311
python312
libxml2_13
Expand Down Expand Up @@ -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"
Expand Down