From b072e2052feaece5499f9a629d5bdaef7b2ac141 Mon Sep 17 00:00:00 2001 From: Hermes Date: Thu, 18 Jun 2026 21:13:31 -0400 Subject: [PATCH] fix: remove js8call + switch wireshark to CLI to drop qtquick3d dep --- flake.nix | 8 -------- hosts/uconsole-cm5/configuration.nix | 3 +-- 2 files changed, 1 insertion(+), 10 deletions(-) diff --git a/flake.nix b/flake.nix index 533531c..7411d21 100644 --- a/flake.nix +++ b/flake.nix @@ -82,14 +82,6 @@ ''; }); emacs-pgtk = prev.emacs-pgtk.override { withMailutils = false; }; - # qtquick3d: Qt::Quick not in aarch64 cross-compile qtdeclarative - # cmake skips building when Qt::Quick missing, then install fails - qtquick3d = prev.qtquick3d.overrideAttrs (old: { - dontUseCmakeInstall = true; - installPhase = '' - mkdir -p "$out" - ''; - }); # perl-ldap fails cross-compile (Module::Install needs dynamic loading) # Strip it from john deps -- the perl scripts that need it are not critical john = prev.john.overrideAttrs (old: { diff --git a/hosts/uconsole-cm5/configuration.nix b/hosts/uconsole-cm5/configuration.nix index 5702156..7a9c78a 100644 --- a/hosts/uconsole-cm5/configuration.nix +++ b/hosts/uconsole-cm5/configuration.nix @@ -86,7 +86,6 @@ neovim # ===== HAM Radio ===== - js8call wsjtx fldigi pat # Winlink client @@ -112,7 +111,7 @@ aircrack-ng kismet # Wi-Fi monitor / IDS bettercap # MITM/network attack framework - wireshark # Packet analyzer + wireshark-cli # Packet analyzer hashcat # GPU password cracker john # John the Ripper sqlmap # SQL injection tool