fix: remove chirp for aarch64 cross-compile (wxPython fails with GTK3)
This commit is contained in:
@@ -85,6 +85,8 @@
|
|||||||
# fldigi — same: qtbase/Qt5 linker fails
|
# fldigi — same: qtbase/Qt5 linker fails
|
||||||
# gpsbabel — qmake can't find cross-compiler g++
|
# gpsbabel — qmake can't find cross-compiler g++
|
||||||
# john — configure script needs python (not in PATH during cross-compile)
|
# 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; [
|
environment.systemPackages = with pkgs; [
|
||||||
# ===== Base =====
|
# ===== Base =====
|
||||||
@@ -100,9 +102,9 @@
|
|||||||
# fldigi — removed for aarch64 bootstrap (qtbase/Qt5 cross-compile linker fails)
|
# fldigi — removed for aarch64 bootstrap (qtbase/Qt5 cross-compile linker fails)
|
||||||
pat # Winlink client
|
pat # Winlink client
|
||||||
direwolf # AX.25 packet modem
|
direwolf # AX.25 packet modem
|
||||||
chirp # Radio programming tool
|
# chirp # Radio programming tool
|
||||||
hamlib # Ham radio control libraries
|
hamlib # Ham radio control libraries
|
||||||
trustedqsl # Logbook of the World (LoTW)
|
# trustedqsl # Logbook of the World (LoTW)
|
||||||
# ===== SDR / RF =====
|
# ===== SDR / RF =====
|
||||||
# sdrpp — removed for aarch64 cross-compile bootstrap (glfw/wxPython fails)
|
# sdrpp — removed for aarch64 cross-compile bootstrap (glfw/wxPython fails)
|
||||||
# gqrx — removed for aarch64 cross-compile bootstrap (Qt5 cascade fails)
|
# gqrx — removed for aarch64 cross-compile bootstrap (Qt5 cascade fails)
|
||||||
|
|||||||
Reference in New Issue
Block a user