wine: deprecate wineWowPackages as it is no longer preferred by upstream

This commit is contained in:
hideyosh1
2026-02-07 13:40:07 -06:00
parent 4853fd1eb6
commit 7d91ec6cef
2 changed files with 5 additions and 1 deletions
+5
View File
@@ -1930,6 +1930,11 @@ mapAliases {
win-pvdrivers = throw "'win-pvdrivers' has been removed as it was subject to the Xen build machine compromise (XSN-01) and has open security vulnerabilities (XSA-468)"; # Added 2025-08-29
win-virtio = throw "'win-virtio' has been renamed to/replaced by 'virtio-win'"; # Converted to throw 2025-10-27
wineWayland = throw "'wineWayland' has been renamed to/replaced by 'wine-wayland'"; # Converted to throw 2025-10-27
wineWowPackages =
warnAlias
"'wineWowPackages' is deprecated as it is no longer preferred by upstream. Use wineWow64Packages instead"
lib.recurseIntoAttrs
(winePackagesFor "wineWow");
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
-1
View File
@@ -12851,7 +12851,6 @@ with pkgs;
winePackages = recurseIntoAttrs (winePackagesFor (config.wine.build or "wine32"));
wine64Packages = recurseIntoAttrs (winePackagesFor "wine64");
wineWowPackages = recurseIntoAttrs (winePackagesFor "wineWow");
wineWow64Packages = recurseIntoAttrs (winePackagesFor "wineWow64");
wine = winePackages.full;