wireshark-qt: create alias

This commit is contained in:
Aliaksandr
2026-01-31 19:58:35 +02:00
parent badd54e68e
commit 2f3eb7881c
2 changed files with 1 additions and 1 deletions
+1
View File
@@ -1867,6 +1867,7 @@ mapAliases {
wineWayland = throw "'wineWayland' has been renamed to/replaced by 'wine-wayland'"; # Converted to throw 2025-10-27
wingpanel-indicator-ayatana = throw "'wingpanel-indicator-ayatana' has been removed as it is archived upstream and doesn't work with pantheon 8 and onwards. Use wingpanel-indicator-namarupa instead"; # Added 2026-01-14
winhelpcgi = throw "'winhelpcgi' has been removed as it was unmaintained upstream and broken with GCC 14"; # Added 2025-06-14
wireshark-qt = warnAlias "'wireshark-qt' has been renamed to/replaced by 'wireshark'" wireshark; # Added 2026-01-23
wkhtmltopdf-bin = throw "'wkhtmltopdf-bin' has been renamed to/replaced by 'wkhtmltopdf'"; # Converted to throw 2025-10-27
wlx-overlay-s = throw "'wlx-overlay-s' and 'wayvr-dashboard' have been merged into a single application. Please switch to 'wayvr'"; # Added 2026-01-09
wmii_hg = throw "'wmii_hg' has been renamed to/replaced by 'wmii'"; # Converted to throw 2025-10-27
-1
View File
@@ -10124,7 +10124,6 @@ with pkgs;
wireshark = qt6Packages.callPackage ../applications/networking/sniffers/wireshark {
libpcap = libpcap.override { withBluez = stdenv.hostPlatform.isLinux; };
};
wireshark-qt = wireshark;
qtwirediff = qt6Packages.callPackage ../applications/networking/sniffers/qtwirediff { };