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)