mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-31 17:23:34 +00:00
webkitgtk: move webkitgtk to aliases with a warning
This commit is contained in:
parent
ccec93c1c7
commit
b9a93b6329
@ -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
|
||||
|
@ -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++ { };
|
||||
|
Loading…
Reference in New Issue
Block a user