fix: remove john for aarch64 cross-compile (configure needs python)

This commit is contained in:
2026-06-20 12:41:50 -04:00
parent 1b70f95038
commit e38908de74
3 changed files with 405 additions and 1 deletions

View File

@@ -84,6 +84,7 @@
# wsjtx — qtbase/Qt5 linker fails (collect2: ld returned 1)
# fldigi — same: qtbase/Qt5 linker fails
# gpsbabel — qmake can't find cross-compiler g++
# john — configure script needs python (not in PATH during cross-compile)
# ============================================================
environment.systemPackages = with pkgs; [
# ===== Base =====
@@ -118,7 +119,7 @@
kismet # Wi-Fi monitor / IDS
bettercap # MITM/network attack framework
wireshark-cli # Packet analyzer
john # John the Ripper
# john # John the Ripper
sqlmap # SQL injection tool
# ===== GPS / Maps =====
# foxtrotgps — removed for aarch64 cross-compile bootstrap (GTK2 fails)