fix: remove js8call + switch wireshark to CLI to drop qtquick3d dep
This commit is contained in:
@@ -82,14 +82,6 @@
|
|||||||
'';
|
'';
|
||||||
});
|
});
|
||||||
emacs-pgtk = prev.emacs-pgtk.override { withMailutils = false; };
|
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)
|
# perl-ldap fails cross-compile (Module::Install needs dynamic loading)
|
||||||
# Strip it from john deps -- the perl scripts that need it are not critical
|
# Strip it from john deps -- the perl scripts that need it are not critical
|
||||||
john = prev.john.overrideAttrs (old: {
|
john = prev.john.overrideAttrs (old: {
|
||||||
|
|||||||
@@ -86,7 +86,6 @@
|
|||||||
neovim
|
neovim
|
||||||
|
|
||||||
# ===== HAM Radio =====
|
# ===== HAM Radio =====
|
||||||
js8call
|
|
||||||
wsjtx
|
wsjtx
|
||||||
fldigi
|
fldigi
|
||||||
pat # Winlink client
|
pat # Winlink client
|
||||||
@@ -112,7 +111,7 @@
|
|||||||
aircrack-ng
|
aircrack-ng
|
||||||
kismet # Wi-Fi monitor / IDS
|
kismet # Wi-Fi monitor / IDS
|
||||||
bettercap # MITM/network attack framework
|
bettercap # MITM/network attack framework
|
||||||
wireshark # Packet analyzer
|
wireshark-cli # Packet analyzer
|
||||||
hashcat # GPU password cracker
|
hashcat # GPU password cracker
|
||||||
john # John the Ripper
|
john # John the Ripper
|
||||||
sqlmap # SQL injection tool
|
sqlmap # SQL injection tool
|
||||||
|
|||||||
Reference in New Issue
Block a user