webkitgtk: move webkitgtk to aliases with a warning

This commit is contained in:
Fabián Heredia Montiel 2024-10-11 16:33:06 -06:00
parent ccec93c1c7
commit b9a93b6329
2 changed files with 1 additions and 2 deletions

View File

@ -1696,6 +1696,7 @@ mapAliases {
waypoint = throw "waypoint has been removed from nixpkgs as the upstream project was archived"; # Added 2024-04-24
wcm = throw "'wcm' has been renamed to/replaced by 'wayfirePlugins.wcm'"; # Add 2023-07-29
webkitgtk_5_0 = throw "'webkitgtk_5_0' has been superseded by 'webkitgtk_6_0'"; # Added 2023-02-25
webkitgtk = lib.warn "Explicitly set the ABI version of 'webkitgtk'" webkitgtk_4_0;
wineWayland = wine-wayland;
win-qemu = throw "'win-qemu' has been replaced by 'virtio-win'"; # Added 2023-08-16
win-virtio = virtio-win; # Added 2023-10-17

View File

@ -23545,8 +23545,6 @@ with pkgs;
gtk3 = gtk4;
};
webkitgtk = webkitgtk_4_0;
webp-pixbuf-loader = callPackage ../development/libraries/webp-pixbuf-loader { };
websocketpp = callPackage ../development/libraries/websocket++ { };