Commit b9a93b63 authored by Fabián Heredia Montiel's avatar Fabián Heredia Montiel
Browse files

webkitgtk: move webkitgtk to aliases with a warning

parent ccec93c1
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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
+0 −2
Original line number Diff line number Diff line
@@ -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++ { };