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