wrapGAppsHook: Move to aliases

Now that there are no references in Nixpkgs.
This commit is contained in:
Jan Tojnar 2024-04-26 23:23:27 +02:00
parent 8210cb2d0c
commit 1d2b048733
2 changed files with 1 additions and 2 deletions

View File

@ -1324,6 +1324,7 @@ mapAliases ({
wordpress6_2 = throw "'wordpress6_2' has been removed in favor of the latest version"; # Added 2023-10-10
wormhole-rs = magic-wormhole-rs; # Added 2022-05-30. preserve, reason: Arch package name, main binary name
wmii_hg = wmii;
wrapGAppsHook = wrapGAppsHook3; # Added 2024-03-26
wxGTK30 = throw "wxGTK30 has been removed from nixpkgs as it has reached end of life"; # Added 2023-03-22
wxGTK30-gtk2 = wxGTK30; # Added 2022-12-03
wxGTK30-gtk3 = wxGTK30; # Added 2022-12-03

View File

@ -1438,8 +1438,6 @@ with pkgs;
isGraphical = true;
};
wrapGAppsHook = wrapGAppsHook3;
wrapGAppsHook4 = wrapGAppsNoGuiHook.override {
isGraphical = true;
gtk3 = __splicedPackages.gtk4;