From da3363e894bc60ae2f1f0d98a978a2a3e51f4340 Mon Sep 17 00:00:00 2001 From: Hermes Date: Sat, 20 Jun 2026 14:40:37 -0400 Subject: [PATCH] fix: remove chirp for aarch64 cross-compile (wxPython fails with GTK3) --- hosts/uconsole-cm5/configuration.nix | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/hosts/uconsole-cm5/configuration.nix b/hosts/uconsole-cm5/configuration.nix index be6f34e..4c23890 100644 --- a/hosts/uconsole-cm5/configuration.nix +++ b/hosts/uconsole-cm5/configuration.nix @@ -85,6 +85,8 @@ # 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) +# trustedqsl — needs wxWidgets (unavailable in cross-compile) +# chirp — depends on wxPython (fails cross-compile: GTK3 + wx build) # ============================================================ environment.systemPackages = with pkgs; [ # ===== Base ===== @@ -100,9 +102,9 @@ # fldigi — removed for aarch64 bootstrap (qtbase/Qt5 cross-compile linker fails) pat # Winlink client direwolf # AX.25 packet modem - chirp # Radio programming tool + # chirp # Radio programming tool hamlib # Ham radio control libraries - trustedqsl # Logbook of the World (LoTW) + # trustedqsl # Logbook of the World (LoTW) # ===== SDR / RF ===== # sdrpp — removed for aarch64 cross-compile bootstrap (glfw/wxPython fails) # gqrx — removed for aarch64 cross-compile bootstrap (Qt5 cascade fails)